Make WordPress Core


Ignore:
Timestamp:
03/03/2010 05:13:38 PM (13 years ago)
Author:
wpmuguru
Message:

remove ( calls from ms startup, see #11644

File:
1 edited

Legend:

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

    r13421 r13575  
    111111        } else {
    112112            $msg = ! $wpdb->get_var( "SHOW TABLES LIKE '$wpdb->site'" ) ? ' ' . __( 'Database tables are missing.' ) : '';
    113             wp_die( __( 'No blog by that name on this system.' ) . $msg );
     113            wp_die( 'No blog by that name on this system.' . $msg );
    114114        }
    115115    }
Note: See TracChangeset for help on using the changeset viewer.