Opened 13 years ago
Closed 13 years ago
#2296 closed enhancement (fixed)
Don't limit feed query vars to post name
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | 2.2.3 |
| Component: | API - Feeds | Keywords: | has-patch |
| Cc: |
Description
Hi, When you try to change the bbPress topics/replies permlinks to numeric structure as an example.
You will find that you need to double the query in the feed context, because the current feed query vars limit to post name only.
The patch below explain what I meant
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4838]) Update bbp_request_feed_trap() to accept more query variables; fixes issues with non-pretty permalinks. Props alex-ye. Fixes #2296.