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
This commit is contained in:
parent
3feb023992
commit
5f99fbae3a
|
@ -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' );
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
|
Loading…
Reference in New Issue