From 8c3323da0aa1d3b1e8c00da830e8f4f52ec6206d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 25 Jun 2010 16:15:43 +0000 Subject: [PATCH] WPMU->Network Codex link updates. props wpmuguru, see #14014 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@15330 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/ms-load.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index bcb075cdab..7a52d0c4df 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -186,7 +186,7 @@ function wpmu_current_site() { if ( 1 == count( $sites ) ) wp_die( sprintf( /*WP_I18N_BLOG_DOESNT_EXIST*/'That site does not exist. Please try %s.'/*/WP_I18N_BLOG_DOESNT_EXIST*/, $sites[0]->domain . $sites[0]->path ) ); else - wp_die( /*WP_I18N_NO_SITE_DEFINED*/'No site defined on this host. If you are the owner of this site, please check Debugging WPMU for help.'/*/WP_I18N_NO_SITE_DEFINED*/ ); + wp_die( /*WP_I18N_NO_SITE_DEFINED*/'No site defined on this host. If you are the owner of this site, please check Debugging a WordPress Network for help.'/*/WP_I18N_NO_SITE_DEFINED*/ ); } /** @@ -194,8 +194,6 @@ function wpmu_current_site() { * * Used when a blog's tables do not exist. Checks for a missing $wpdb->site table as well. * - * @todo update Codex link for 3.0.0 - * * @access private * @since 3.0.0 */ @@ -213,7 +211,7 @@ function ms_not_installed() { else $msg .= '

' . sprintf( /*WP_I18N_NO_SITE_FOUND*/'Could not find site %1$s. Searched for table %2$s in database %3$s. Is that right?'/*/WP_I18N_NO_SITE_FOUND*/, rtrim( $domain . $path, '/' ), $wpdb->blogs, DB_NAME ) . '

'; $msg .= '

' . /*WP_I18N_WHAT_DO_I_DO*/'What do I do now?'/*WP_I18N_WHAT_DO_I_DO*/ . ' '; - $msg .= /*WP_I18N_RTFM*/'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.'/*/WP_I18N_RTFM*/; + $msg .= /*WP_I18N_RTFM*/'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.'/*/WP_I18N_RTFM*/; $msg .= ' ' . /*WP_I18N_STUCK*/'If you’re still stuck with this message, then check that your database contains the following tables:'/*/WP_I18N_STUCK*/ . '