diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 68d3ee53d4..e32899d543 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -76,6 +76,8 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : 0; * @subpackage Installer_WP_Config */ function display_header() { + global $wp_version; + header( 'Content-Type: text/html; charset=utf-8' ); ?> @@ -83,7 +85,7 @@ function display_header() { <?php _e( 'WordPress › Setup Configuration File' ); ?> - +