Make WordPress Core

Changeset 15333


Ignore:
Timestamp:
06/25/2010 04:25:29 PM (14 years ago)
Author:
nacin
Message:

Remove a @todo. see #14014.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-load.php

    r15330 r15333  
    183183
    184184    // Still no dice.
    185     // @todo Update or remove WPMU codex link.
    186185    if ( 1 == count( $sites ) )
    187186        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 ) );
Note: See TracChangeset for help on using the changeset viewer.