#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: | has-patch has-unit-tests |
| 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 (5)
#1
@
17 years ago
- Keywords needs-patch added
- Milestone changed from 2.7.2 to 2.8
- Summary changed from Empty feeds titled "Page not found" (incorrect and confusing) to Empty feeds should not return true on is_404
- Type changed from defect (bug) to enhancement
#3
@
17 years ago
- Milestone Future Release deleted
- Resolution set to worksforme
- Severity changed from normal to major
- Status changed from new to closed
This ticket was mentioned in PR #9255 on WordPress/wordpress-develop by @dmsnell.
8 months ago
#4
- Keywords has-patch has-unit-tests added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Punting due to feature freeze. Reconsider with next release.