Opened 18 months ago
#3543 new defect (bug)
RSS Feed: use bbpress functions for post and reply authors
Reported by: | yoavf | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | 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)
Note: See
TracTickets for help on using
tickets.