#3544 closed defect (bug) (fixed)
View RSS feeds return the all-topic feed if the view doesn't exist
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.10 | Priority: | high |
Severity: | normal | Version: | 2.1 |
Component: | API - Feeds | Keywords: | has-patch commit |
Cc: |
Description
If a request such as https://example.org/view/dd32-is-awesome/feed/ is requested, bbPress will process the request and output a valid feed.
Unfortunately, on most sites, this bbPress view simply doesn't exist.
The attached PR resolves this similar to how the non-feed query handles validating if the view exists: https://github.com/bbpress/bbPress/blob/394ae31c059228e866240076db2dc2ca2ddc8a7c/src/includes/core/template-functions.php#L650-L658
Change History (5)
This ticket was mentioned in PR #10 on bbpress/bbPress by @dd32.
22 months ago
#1
- Keywords has-patch added
#2
@
22 months ago
I patched this on the WordPress.org forums like so: https://meta.trac.wordpress.org/changeset/12529
#3
@
22 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 2.6.10
- Owner set to johnjamesjacoby
- Priority changed from normal to high
- Status changed from new to assigned
- Version set to 2.1
Trac: https://bbpress.trac.wordpress.org/ticket/3544