Make WordPress Core


Ignore:
Timestamp:
09/15/2015 02:08:07 AM (11 years ago)
Author:
wonderboymusic
Message:

TwentyFifteen|Sixteen themes have a <div id="content"> in the header. Change the <div> IDs in wp-activate.php and wp-signup.php to be unique to each page.

Props jfarthing84.
Fixes #33843.

File:
1 edited

Legend:

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

    r29554 r34162  
    6868?>
    6969
    70 <div id="content" class="widecolumn">
     70<div id="signup-content" class="widecolumn">
    7171    <?php if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>
    7272
Note: See TracChangeset for help on using the changeset viewer.