From 87232d4f61b99ca428e62a3d740f61081ab1b881 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 5 Oct 2015 22:35:20 +0000 Subject: [PATCH] MS: Pass context to `get_header()` and `get_footer()` in activation/signup. Fixes #21712. git-svn-id: https://develop.svn.wordpress.org/trunk@34840 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-activate.php | 4 ++-- src/wp-signup.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-activate.php b/src/wp-activate.php index e0d059f064..3ec1ef5f5b 100644 --- a/src/wp-activate.php +++ b/src/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(); - - +