Opened 5 years ago
Closed 5 years ago
#5962 closed defect (bug) (fixed)
Invalid HTML in admin
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Most of the pages in admin don't validate properly. I have patched everything I found, except for two cases:
- more than nonce element with id _wpnonce -- the nonce names and the checks have to be changed accordingly
- there are a couple of empty tables, left for ajax work, which I don't how are used, so I haven't touched them
Attachments (2)
Change History (5)
nbachiyski — 5 years ago
nbachiyski — 5 years ago
comment:2
nbachiyski — 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Another small invalid bit.
Note: See
TracTickets for help on using
tickets.

(In [6980]) Validation fixes from nbachiyski. fixes #5962