Changeset 13575 for trunk/wp-includes/ms-settings.php
- Timestamp:
- 03/03/2010 05:13:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-settings.php
r13421 r13575 111 111 } else { 112 112 $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 ); 114 114 } 115 115 }
Note: See TracChangeset
for help on using the changeset viewer.