Changeset 27056 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 01/29/2014 05:27:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r26512 r27056 1155 1155 if ( !$this->dbh ) { 1156 1156 wp_load_translations_early(); 1157 1158 // Load custom DB error template, if present. 1159 if ( file_exists( WP_CONTENT_DIR . '/db-error.php' ) ) { 1160 require_once( WP_CONTENT_DIR . '/db-error.php' ); 1161 die(); 1162 } 1163 1157 1164 $this->bail( sprintf( __( " 1158 1165 <h1>Error establishing a database connection</h1>
Note: See TracChangeset
for help on using the changeset viewer.