#17364 closed defect (bug) (fixed)
Validate the HTML in the admin area
| Reported by: | peaceablewhale | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Administration | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Well-formness fixes for WordPress Admin interface
Attachments (4)
Change History (12)
#3
@
15 years ago
- Cc added
- Milestone Awaiting Review → 3.2
- Summary Well-formness fixes for WordPress Admin interface → Validate the HTML in the admin area
Added a patch to make the admin area HTML valid on some pages again.
One problem still exists: ID "awaiting-mod" already defined on each page when a comment is in moderation because now the collapsed menu shows also the bubble.
#5
@
15 years ago
xknown, the problem was, that through esc_url() it becomes something like &#...
My mistake, xknown is right.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The usage of wp_nonce_url without a nonce isn't ideal. You're probably looking for esc_url() or similar there