[wp-trac] [WordPress Trac] #13383: Validate the HTML in the admin area
WordPress Trac
wp-trac at lists.automattic.com
Fri May 14 22:32:05 UTC 2010
#13383: Validate the HTML in the admin area
----------------------------+-----------------------------------------------
Reporter: nacin | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.0
Component: Administration | Version: 3.0
Severity: normal | Keywords: needs-patch
----------------------------+-----------------------------------------------
Comment(by xibe):
A few multisite-related ones. I'm surprised by some, as the files seem to
already have gone through proof-validating in this ticket...
wp-admin/network.php:
{{{
Line 127, Column 20: required attribute "action" not specified
<form method="post">
}}}
Note that here, the network was already activated, so there might not even
be a need for a form in the first place...
wp-admin/ms-sites.php
{{{
Line 234, Column 30: ID "_wpnonce" already defined
<input type="hidden" id="_wpnonce" name="_wpnonce" value="9983aaea9e"
/><in…
Info Line 165, Column 29: ID "_wpnonce" first defined here
<input type="hidden" id="_wpnonce" name="_wpnonce" value="f3ed217f78"
/><inp…
}}}
wp-admin/ms-sites.php?action=editblog&id=1: cases of duplicated IDs, cases
of non-existent IDs
wp-admin/ms-users.php: ID "_wpnonce" already defined
wp-admin/ms-options.php: a dozen of errors, including a seemingly broken
table.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13383#comment:25>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list