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' ); ?>