Changeset 14364
- Timestamp:
- 05/03/2010 09:51:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r14317 r14364 200 200 global $wpdb, $domain, $path; 201 201 202 $msg = '<h1>' . /*WP_I18N_FATAL_ERROR*/'Error establishing database connection'/*/WP_I18N_FATAL_ERROR*/ . '</h1>'; 202 $title = /*WP_I18N_FATAL_ERROR*/'Error establishing database connection'/*/WP_I18N_FATAL_ERROR*/; 203 $msg = '<h1>' . $title . '</h1>'; 203 204 if ( ! is_admin() ) 204 205 die( $msg ); … … 221 222 wp_die( $msg, $title ); 222 223 } 224 225 ?>
Note: See TracChangeset
for help on using the changeset viewer.