Changeset 17546
- Timestamp:
- 03/23/2011 07:57:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r17538 r17546 1049 1049 "/*/WP_I18N_DB_CONN_ERROR*/, $this->dbhost ), 'db_connect_fail' ); 1050 1050 1051 // If show errors is disabled then we need to die anyway as we don't have a working DB connection 1052 // unless we're trying to test the initial connection, in which case setup-config.php/install.php will handle. 1053 if ( defined( 'WP_SETUP_CONFIG' ) || defined( 'WP_INSTALLING' ) ) 1054 return; 1055 1056 die(); 1051 return; 1057 1052 } 1058 1053
Note: See TracChangeset
for help on using the changeset viewer.