Changeset 1177

Show
Ignore:
Timestamp:
01/02/08 17:34:12 (1 year ago)
Author:
donncha
Message:

Change URL to point at Codex page, fixes #521, props drmike

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wpmu-settings.php

    r1134 r1177  
    4747                                die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 
    4848                        } else { 
    49                                 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." ); 
     49                                die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://codex.wordpress.org/Debugging_WPMU'>Debugging WPMU</a> for further assistance." ); 
    5050                        } 
    5151                } else { 
     
    6262                                die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 
    6363                        } else { 
    64                                 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." ); 
     64                                die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://codex.wordpress.org/Debugging_WPMU'>Debugging WPMU</a> for further assistance." ); 
    6565                        } 
    6666                } else { 
     
    184184                } 
    185185                $msg .= "<br />\n<h1>What do I do now?</h1>"; 
    186                 $msg .= "Read the <a target='_blank' href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>bug report</a> page. Some of the guidelines there may help you figure out what went wrong.<br />"; 
     186                $msg .= "Read the <a target='_blank' href='http://codex.wordpress.org/Debugging_WPMU'>bug report</a> page. Some of the guidelines there may help you figure out what went wrong.<br />"; 
    187187                $msg .= "If you're still stuck with this message, then check that your database contains the following tables:<ul> 
    188188                        <li> $wpdb->blogs </li> 
     
    193193                        <li> $wpdb->sitecategories </li> 
    194194                        </ul>"; 
    195                 $msg .= "If you suspect a problem please report it to the support forums but you must include the information asked for in the <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>WPMU bug reporting guidelines</a>!<br /><br />"; 
     195                $msg .= "If you suspect a problem please report it to the support forums but you must include the information asked for in the <a href='http://codex.wordpress.org/Debugging_WPMU'>WPMU bug reporting guidelines</a>!<br /><br />"; 
    196196                if( is_file( 'release-info.txt' ) ) { 
    197197                        $msg .= 'Your bug report must include the following text: "';