[wp-trac] [WordPress Trac] #21366: Remove hardcoded site title from feed titles
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 30 20:04:02 UTC 2012
#21366: Remove hardcoded site title from feed titles
----------------------------+----------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Feeds | Version:
Severity: normal | Resolution: wontfix
Keywords: has-patch |
----------------------------+----------------------
Description changed by SergeyBiryukov:
Old description:
> Background: #21233
>
> 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.
New description:
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.
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21366#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list