#3064 closed defect (bug) (fixed)
Make RSS feed titles filterable
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Feeds | Keywords: | has-patch |
Cc: |
Description
In #meta2078, it was brought up that the RSS feed title for the WP.org support forum of a plugin or theme is too generic: "All Topics", which isn't useful when dealing with support, as it does not include the project title.
Currently, there's no filter to change the default "All Topics" title for view feeds, unless you use a precisely targeted gettext
filter.
In the patch:
- Make feed titles for topics and replies filterable using
wp_title_rss
filter. - Remove a redundant
bbp_user_can_view_forum()
condition: it's already true at this point, there's a check for that a few lines above, and it looks like a direct copy/paste of that line.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 6304: