Skip to content

Commit ee583a6

Browse files
Login and Registration: Send nocache_headers() on Multisite account activation pages.
Props herregroen. Merges [43065] to the 4.9 branch. Fixes #43917. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43066 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a6d5c13 commit ee583a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-activate.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
die();
1919
}
2020

21+
nocache_headers();
22+
2123
if ( is_object( $wp_object_cache ) )
2224
$wp_object_cache->cache_enabled = false;
2325

0 commit comments

Comments
 (0)