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(); - - +