Opened 16 years ago
Closed 16 years ago
#9252 closed enhancement (worksforme)
Empty feeds should not return true on is_404
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 2.7.1 |
Component: | Feeds | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Due to the is_404 test in wp_title, the title of an empty feed will be "Page not found". This is a false description; the page (the feed) was found but it was empty. The title in that case should be something like "No posts found" or "No comments found" or "Empty feed".
Change History (3)
Note: See
TracTickets for help on using
tickets.
Punting due to feature freeze. Reconsider with next release.