From ab5ea42aa2702756c1c1202c4ca7857c425e7339 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 5 Oct 2015 22:36:24 +0000 Subject: [PATCH] MS: Pass context to `get_header()` and `get_footer()` in activation/signup. Fixes #21712. Built from https://develop.svn.wordpress.org/trunk@34840 git-svn-id: http://core.svn.wordpress.org/trunk@34805 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-activate.php | 4 ++-- wp-includes/version.php | 2 +- wp-signup.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-activate.php b/wp-activate.php index e0d059f064..3ec1ef5f5b 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -64,7 +64,7 @@ function wpmu_activate_stylesheet() { } add_action( 'wp_head', 'wpmu_activate_stylesheet' ); -get_header(); +get_header( 'wp-activate' ); ?>
@@ -134,4 +134,4 @@ get_header(); var key_input = document.getElementById('key'); key_input && key_input.focus(); - - +