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
This commit is contained in:
Jeremy Felt 2015-10-03 21:50:24 +00:00
parent 14b8056d24
commit f7647bac89
2 changed files with 3 additions and 1 deletions

View File

@ -68,6 +68,7 @@ get_header();
?>
<div id="signup-content" class="widecolumn">
<div class="wp-activate-container">
<?php if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>
<h2><?php _e('Activation Key Required') ?></h2>
@ -127,6 +128,7 @@ get_header();
}
}
?>
</div>
</div>
<script type="text/javascript">
var key_input = document.getElementById('key');

View File

@ -76,7 +76,7 @@ get_header();
do_action( 'before_signup_form' );
?>
<div id="signup-content" class="widecolumn">
<div class="mu_register">
<div class="mu_register wp-signup-container">
<?php
/**
* Generates and displays the Signup and Create Site forms