#3543 closed defect (bug) (fixed)
RSS Feed: use bbpress functions for post and reply authors
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6.14 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | API - Feeds | Keywords: | has-patch |
| Cc: |
Description
Currently, the RSS feed output from bbp_display_replies_feed_rss2 uses the_author() to output the display name for the topic and reply authors.
This prevents any filters added to bbpress core functions from being applied to the display names.
We should use bbp_author_display_name() had bbp_reply_author_display_name() instead.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 7326: