Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2066 closed defect (bug) (fixed)

RSS Replies feed item title

Reported by: netweb's profile netweb Owned by:
Milestone: 2.2.3 Priority: normal
Severity: normal Version: 2.2.2
Component: Component - Replies Keywords:
Cc:

Description

When viewing a 'replies' RSS feed the feed item <title> is including (albeit inconsistently) extra 'Reply To:'

eg. Individual Topic feed from bbpress.org (edited to show only the <title> RSS feed element of each of the 'topic' and six 'replies')

The 'topic' title is fine though the second reply includes two extra 'Reply To:' values in the <title> element of the feed and the sixth reply includes an extra five!

<title><![CDATA[Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Reply To: Reply To: Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Index page not working properly in Graphene Theme]]></title>
<title><![CDATA[Reply To: Reply To: Reply To: Reply To: Reply To: Reply To: Index page not working properly in Graphene Theme]]></title>

You can see this throughout any RSS replies feed eg. bbpress.org All recent posts or troubleshooting forum

I don't see any RSS items showing this before 5th November and I looked through changsets circa this date and specifically /includes/replies/functions.php though I cannot see anything obvious myself.

wp_title_rss /reples/functions.php#L1803
bbp_topic_title /reples/functions.php#L1840

Change History (3)

#1 @johnjamesjacoby
12 years ago

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

(In [4529]) Replies:

  • When editing a reply, do not append "Reply To:"
  • Hat-tip netweb.
  • Fixes #2066 (trunk)

#2 @johnjamesjacoby
12 years ago

  • Component changed from Feeds to Replies
  • Milestone changed from Awaiting Review to 2.2.3

#3 @johnjamesjacoby
12 years ago

(In [4530]) Replies:

  • When editing a reply, do not append "Reply To:"
  • Hat-tip netweb.
  • Fixes #2066 (2.2 branch)
Note: See TracTickets for help on using tickets.