From 0fcdf99baeed7b2ff5ac8f6e55598f969d084302 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 13 May 2005 20:31:59 +0000 Subject: [PATCH] http://mosquito.wordpress.org/view.php?id=1353 - Hat tip MC_incubus git-svn-id: https://develop.svn.wordpress.org/trunk@2598 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <<