Changeset 22449 for trunk/wp-includes/ms-load.php
- Timestamp:
- 11/07/2012 10:03:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r22108 r22449 235 235 wp_load_translations_early(); 236 236 237 $title = __( 'Error establishing database connection' );237 $title = __( 'Error establishing a database connection' ); 238 238 $msg = '<h1>' . $title . '</h1>'; 239 239 if ( ! is_admin() )
Note: See TracChangeset
for help on using the changeset viewer.