#2066 closed defect (bug) (fixed)
RSS Replies feed item title
Reported by: |
|
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
(In [4529]) Replies: