[wp-trac] [WordPress Trac] #33843: Invalid HTML on wp-signup.php or wp-activate.php with default themes
WordPress Trac
noreply at wordpress.org
Sun Sep 13 02:46:40 UTC 2015
#33843: Invalid HTML on wp-signup.php or wp-activate.php with default themes
------------------------------------+------------------------
Reporter: jfarthing84 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.4
Component: Login and Registration | Version: 4.3
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses: multisite
------------------------------------+------------------------
Changes (by SergeyBiryukov):
* focuses: => multisite
* component: Themes => Login and Registration
* milestone: Awaiting Review => 4.4
Comment:
Confirmed. This wasn't an issue with previous themes, as they only had
`id="content"` in content templates, but Twenty Fifteen and Sixteen have
it in `header.php`, which results in this markup:
{{{
<div id="content" class="site-content">
<div id="content" class="widecolumn">
}}}
Changing Twenty Fifteen is no longer feasible, as that could break child
themes. I guess we should change the ID in `wp-signup.php` and `wp-
activate.php` to something unique to those files.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33843#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list