Make WordPress Core

Ticket #25703: wp-db.php.patch

File wp-db.php.patch, 541 bytes (added by sbruner, 11 years ago)
  • wp-includes/wp-db.php

     
    11451145                }
    11461146
    11471147                if ( !$this->dbh ) {
     1148                        // Load custom DB error template, if present.
     1149                        if ( file_exists( WP_CONTENT_DIR . '/db-error.php' ) ) {
     1150                                require_once( WP_CONTENT_DIR . '/db-error.php' );
     1151                                die();
     1152                        }
    11481153                        wp_load_translations_early();
    11491154                        $this->bail( sprintf( __( "
    11501155<h1>Error establishing a database connection</h1>