#3019 closed defect (bug) (fixed)
/feed/ with zero posts puts out 404 template (not XML)
| Reported by: | skeltoac | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | 2.0.4 |
| Severity: | normal | Keywords: | feed 404 has-patch |
| Cc: | Focuses: |
Description
Due to $wp_query->init_query_flags() in $wp_query->set_404(), $wp_query->is_feed is lost. Only a problem with pretty URLs due to classes.php line 326.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4096]) Preserve is_feed setting when handling a 404. Props skeltoac. fixes #3019