Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 13 months ago

#9252 closed enhancement (worksforme)

Empty feeds should not return true on is_404

Reported by: andy Owned by:
Priority: normal Milestone:
Component: Feeds Version: 2.7.1
Severity: major Keywords: has-patch has-unit-tests
Cc: Focuses:

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 @Denis-de-Bernardy
17 years ago

  • Keywords needs-patch added
  • Milestone 2.7.22.8
  • Summary Empty feeds titled "Page not found" (incorrect and confusing)Empty feeds should not return true on is_404
  • Type defect (bug)enhancement

#2 @janeforshort
17 years ago

  • Milestone 2.8Future Release

Punting due to feature freeze. Reconsider with next release.

#3 @Denis-de-Bernardy
17 years ago

  • Milestone Future Release
  • Resolutionworksforme
  • Severity normalmajor
  • Status newclosed

This ticket was mentioned in PR #9255 on WordPress/wordpress-develop by @dmsnell.


13 months ago
#4

  • Keywords has-patch has-unit-tests added; needs-patch removed

Prep work for #9252.
Part of #9248.

Note: See TracTickets for help on using tickets.