Opened 18 years ago
Closed 18 years ago
#3885 closed defect (bug) (fixed)
When viewing page_for_posts feed should not be a comment feed
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | high |
Severity: | normal | Version: | 2.2 |
Component: | General | Keywords: | |
Focuses: | 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 (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4956]) Fix up page_for_posts feed. Rework some query bits. Props mdawaffe. fixes #3885