#2841 closed defect (bug) (fixed)
No HTTP Content-Type header on 404 page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.3 |
| Component: | General | Keywords: | HTTP Content-Type header 404 bg|has-patch |
| Focuses: | Cc: |
Description
I noticed that WordPress doesn't emit a Content-Type HTTP header on 404 pages.
As a result the PHP default is being used, which results in 'weird' characters on those pages.
See http://wordpress.org/support/topic/76331 for more info.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Fix turned out to be a lot easier than expected. Patch uploaded.