From f7647bac89c001dda4ac91113a0c7d288dbb0b2a Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sat, 3 Oct 2015 21:50:24 +0000 Subject: [PATCH] MS: Align HTML structure in `wp-signup.php` and `wp-activate.php`. Assigns the `wp-activate-container` and `wp-signup-container` to the container inside `#signup-container` on each. This container already existed in `wp-signup.php` and is new in `wp-activate.php`. Props ocean90. Fixes #25478. git-svn-id: https://develop.svn.wordpress.org/trunk@34814 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-activate.php | 2 ++ src/wp-signup.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-activate.php b/src/wp-activate.php index f9caa982aa..e0d059f064 100644 --- a/src/wp-activate.php +++ b/src/wp-activate.php @@ -68,6 +68,7 @@ get_header(); ?>
+

@@ -127,6 +128,7 @@ get_header(); } } ?> +