Changes from trunk/wp-includes/wp-db.php at r17079 to branches/3.1/wp-includes/wp-db.php at r17547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/wp-db.php
r17079 r17547 1051 1051 "/*/WP_I18N_DB_CONN_ERROR*/, $this->dbhost ), 'db_connect_fail' ); 1052 1052 1053 // If show errors is disabled then we need to die anyway as we don't have a working DB connection 1054 // unless we're trying to test the initial connection, in which case setup-config.php will handle. 1055 if ( defined( 'WP_SETUP_CONFIG' ) ) 1056 return; 1057 1058 die(); 1053 return; 1059 1054 } 1060 1055
Note: See TracChangeset
for help on using the changeset viewer.