Remove a @todo. see #14014.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-25 16:25:29 +00:00
parent 9a032e6eef
commit e91e34be6a
1 changed files with 0 additions and 1 deletions

View File

@ -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 <a href="%s">%s</a>.'/*/WP_I18N_BLOG_DOESNT_EXIST*/, $sites[0]->domain . $sites[0]->path ) );
else