Changeset 16788 for trunk/wp-includes/wp-db.php
- Timestamp:
- 12/08/2010 07:12:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r16660 r16788 1045 1045 "/*/WP_I18N_DB_CONN_ERROR*/, $this->dbhost ), 'db_connect_fail' ); 1046 1046 1047 //If show errors is disabled then we need to die anyway as we don't have a working DB connection 1047 // If show errors is disabled then we need to die anyway as we don't have a working DB connection 1048 // unless we're trying to test the initial connection, in which case setup-config.php will handle. 1049 if ( defined( 'WP_SETUP_CONFIG' ) ) 1050 return; 1051 1048 1052 die(); 1049 1053 }
Note: See TracChangeset
for help on using the changeset viewer.