From 5f99fbae3a0695695c7e65b95508de68b9771e11 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 11 Nov 2005 01:31:59 +0000 Subject: [PATCH] Send a header as well as a meta, fixes #857 git-svn-id: http://svn.automattic.com/wordpress/trunk@3043 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index c4a176c68..7360f6286 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -7,6 +7,7 @@ require_once(ABSPATH . '/wp-admin/upgrade-functions.php'); $step = $_GET['step']; if (!$step) $step = 0; +header( 'Content-Type: text/html; charset=utf-8' ); ?>