Ticket #3885 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

When viewing page_for_posts feed should not be a comment feed

Reported by: mdawaffe Assigned to: anonymous
Priority: high Milestone: 2.2
Component: General Version: 2.2
Severity: normal Keywords:
Cc:

Description

[4934] broke some feeds since WP_Query wasn't expecting all the hep new stuff.

Attached does something a bit radical: moves page_on_front and page_for_posts up from get_posts() to parse_query().

I have no idea what it breaks.

Attachments

3885.diff (4.4 kB) - added by mdawaffe on 02/27/07 19:26:43.
3885b.diff (4.3 kB) - added by mdawaffe on 02/27/07 22:56:41.

Change History

02/27/07 19:26:43 changed by mdawaffe

  • attachment 3885.diff added.

02/27/07 22:56:41 changed by mdawaffe

  • attachment 3885b.diff added.

02/28/07 05:22:31 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4956]) Fix up page_for_posts feed. Rework some query bits. Props mdawaffe. fixes #3885