From 3d4af53c47d444fa65389686076f9e4cdd9cc4df Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 11 Nov 2005 01:31:59 +0000 Subject: [PATCH] Send a header as well as a meta, fixes #857 git-svn-id: https://develop.svn.wordpress.org/trunk@3043 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/upgrade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index c4a176c68d..7360f62863 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' ); ?>