#7 closed defect (bug) (fixed)
WP Admin crashes in XML mode
Reported by: | Anne | Owned by: | JasonV |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Send the correct HTTP header for the admin ( header("content-type:application/xhtml+xml"); ) and see what happens.
Change History (9)
#5
@
20 years ago
Ok, I've updated most of the admin files to fix all the problems I could find. Everything I tested now comes up fine when served with application/xhtml+xml, but I may have missed some things, so further testing would be appreciated.
#8
@
20 years ago
- Resolution changed from 10 to 20
- Status changed from assigned to closed
Anne: Thanks... hopefully there won't be any problems, but I'm sure a couple got by me.
I made one more change, and I'm setting this to resolved. Any further XHTML/XML problems can be opened as bugs for the particular admin files they occur in.
Note: See
TracTickets for help on using
tickets.
Let me try that again: http://annevankesteren.nl/projects/wordpress/evil/wp-admin/
Although I have reported it as a crashing bug, it is probably just 'minor', since most users won't bother. I don't really care myself either, since everything works fine at the moment (except for that admini), but this was just a reminder to make the claim, valid XHTML, true.
Some people argue it isn't the (only) correct HTTP header for XHTML; fine with me, but this is easier to debug and 'text/html' doesn't make it validate either.