From 9f4f2e85ce05475ba47fbe101b73c4362902da08 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 30 Jan 2012 17:37:13 +0000 Subject: [PATCH] Give install.css on setup-config.php some cache busting. see #19592. git-svn-id: http://svn.automattic.com/wordpress/trunk@19790 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/setup-config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 68d3ee53d..e32899d54 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' ); ?> - +