Opened 8 years ago
Closed 8 years ago
#2998 closed defect (bug) (fixed)
Duplicate site name in replies feed title
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Feeds | Keywords: | has-patch commit |
Cc: |
Description
On https://wordpress.org/support/topic/forum-bugs-and-broken-things/feed, the title is:
<title>WordPress.org ForumsForum Bugs and Broken Things – WordPress.org Forums</title>
Note the duplicate 'WordPress.org Forums'
.
The patch also fixes two related issues:
bbp_display_replies_feed_rss2()
produces a PHP notice due to callingget_wp_title_rss()
with a$sep
argument, which was deprecated in [WP35294].bbp_display_topics_feed_rss2()
mentionsget_wp_title_rss()
in@uses
section, but it's not actually used.
Attachments (2)
Change History (5)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
From the root directory