Make WordPress Core

Changeset 34814


Ignore:
Timestamp:
10/03/2015 09:50:24 PM (10 years ago)
Author:
jeremyfelt
Message:

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.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-activate.php

    r34790 r34814  
    6969
    7070<div id="signup-content" class="widecolumn">
     71    <div class="wp-activate-container">
    7172    <?php if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>
    7273
     
    128129    }
    129130    ?>
     131    </div>
    130132</div>
    131133<script type="text/javascript">
  • trunk/src/wp-signup.php

    r34790 r34814  
    7777?>
    7878<div id="signup-content" class="widecolumn">
    79 <div class="mu_register">
     79<div class="mu_register wp-signup-container">
    8080<?php
    8181/**
Note: See TracChangeset for help on using the changeset viewer.