Opened 19 years ago
Closed 19 years ago
#3885 closed defect (bug) (fixed)
When viewing page_for_posts feed should not be a comment feed
| Reported by: | mdawaffe | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.2 |
| Component: | General | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4956]) Fix up page_for_posts feed. Rework some query bits. Props mdawaffe. fixes #3885