diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 2cce881518..383c0fedef 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -4248,28 +4248,7 @@ function dead_db() { } // Otherwise, be terse. - status_header( 500 ); - nocache_headers(); - header( 'Content-Type: text/html; charset=utf-8' ); - - $dir_attr = ''; - if ( is_rtl() ) { - $dir_attr = ' dir="rtl"'; - } - ?> - -> - - - <?php _e( 'Database Error' ); ?> - - - -

- - - ' . __( 'Error establishing a database connection' ) . '', __( 'Database Error' ) ); } /**