#5446 closed defect (bug) (fixed)
Return error when requesting invalid feed format
Reported by: | pishmishy | Owned by: | pishmishy |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.3.1 |
Component: | General | Keywords: | has-patch feeds |
Focuses: | Cc: |
Description
Requesting an invalid feed format (say http://www.myblog.com/?feed=foo) results in a blank page. This is due to do_feed() in functions.php calling hooked actions without any feedback on whether the appropriate action actually exists. Depends on #5445.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Revised patch using feedback from #5445