Make WordPress Core

Ticket #26942: 26942.diff

File 26942.diff, 882 bytes (added by jeremyfelt, 11 years ago)
  • src/wp-includes/ms-load.php

     
    221221        // Still no dice.
    222222        wp_load_translations_early();
    223223
    224         if ( 1 == count( $sites ) )
    225                 wp_die( sprintf( __( 'That site does not exist. Please try <a href="%s">%s</a>.' ), 'http://' . $sites[0]->domain . $sites[0]->path ) );
    226         else
    227                 wp_die( __( 'No site defined on this host. If you are the owner of this site, please check <a href="http://codex.wordpress.org/Debugging_a_WordPress_Network">Debugging a WordPress Network</a> for help.' ) );
     224        wp_die( __( 'No site defined on this host. If you are the owner of this site, please check <a href="http://codex.wordpress.org/Debugging_a_WordPress_Network">Debugging a WordPress Network</a> for help.' ) );
    228225}
    229226
    230227/**