diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 38609ac572..8211b0844c 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -301,7 +301,7 @@ class wpdb { function bail($message) { // Just wraps errors in a nice header and footer if ( !$this->show_errors ) return false; - header( 'Content-Type: ' . get_bloginfo('html_type') . '; charset=' . get_bloginfo('charset') ); + header( 'Content-Type: text/html; charset=utf-8'); echo <<