#6835 closed enhancement (fixed)
wp_title() should generate 404 text
Reported by: | markjaquith | Owned by: | westi |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
wp_title() doesn't generate anything for 404 requests. We should have it output i18n'd "Page not found" so it doesn't just show the blog title.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [9356]) Show and error in the page title for 404 pages. Fixes #6835.