[wp-trac] [WordPress Trac] #21018: get_the_password_form() inserting two </p> before the </form> causing W3C validation error
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 19 05:18:08 UTC 2012
#21018: get_the_password_form() inserting two </p> before the </form> causing W3C
validation error
--------------------------+-----------------------------
Reporter: kevinhaig | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.4
Severity: normal | Keywords:
--------------------------+-----------------------------
In the get_the Password_form()code at the end of the function :
{{{
esc_attr__("Submit") . '" /></p>
</form>
';
}}}
should be
{{{
esc_attr__("Submit") . '" /></p></form>';
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21018>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list