﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21366,Remove hardcoded site title from feed titles,SergeyBiryukov,,"Background: [comment:ticket:21233:9]

Since [21276], site title is displayed twice in the feeds when Twenty Twelve is activated:
{{{
<title>WordPress TrunkWordPress Trunk</title>
}}}
In the feed files, `wp_title_rss()` is already prepended with site title: [[BR]]
http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/feed-rss2.php#L24

We should probably remove hardcoded `bloginfo_rss('name')` and make the whole title filterable.",defect (bug),closed,normal,,Feeds,,normal,wontfix,has-patch,
