From e91e34be6ae0c8f8ebed34cda4b9fa905e36ca59 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 25 Jun 2010 16:25:29 +0000 Subject: [PATCH] Remove a @todo. see #14014. git-svn-id: http://svn.automattic.com/wordpress/trunk@15333 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-load.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 7a52d0c4d..fc16faac9 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -182,7 +182,6 @@ function wpmu_current_site() { } // Still no dice. - // @todo Update or remove WPMU codex link. 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