Remove a @todo. see #14014.

git-svn-id: https://develop.svn.wordpress.org/trunk@15333 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-25 16:25:29 +00:00
parent 01443b68b3
commit 1dcaee88f4
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