Send nocache_headers() on installation screens and when redirecting to them.

fixes #29248.

git-svn-id: https://develop.svn.wordpress.org/trunk@29599 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2014-08-25 17:39:46 +00:00
parent 87bf7ef30c
commit feb1b12df1
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -41,6 +41,8 @@ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
/** Load wpdb */
require_once( ABSPATH . WPINC . '/wp-db.php' );
nocache_headers();
$step = isset( $_GET['step'] ) ? (int) $_GET['step'] : 0;
/**