Skip to:
Content

bbPress.org

Opened 8 years ago

Closed 8 years ago

#2998 closed defect (bug) (fixed)

Duplicate site name in replies feed title

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: johnjamesjacoby's profile johnjamesjacoby
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 &#8211; 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 calling get_wp_title_rss() with a $sep argument, which was deprecated in [WP35294].
  • bbp_display_topics_feed_rss2() mentions get_wp_title_rss() in @uses section, but it's not actually used.

Attachments (2)

bbpress-2998.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.
bbpress-2998.2.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.
From the root directory

Download all attachments as: .zip

Change History (5)

This ticket was mentioned in Slack in #forums by sergey. View the logs.


8 years ago

@SergeyBiryukov
8 years ago

From the root directory

#2 @SergeyBiryukov
8 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.6

#3 @johnjamesjacoby
8 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 6224:

Feeds: Avoid duplicate site name in replies feed title.

Fixes #2998. Props SergeyBiryukov.

Note: See TracTickets for help on using tickets.