summaryrefslogtreecommitdiffstats
path: root/wp-includes/feed-rss2.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/feed-rss2.php')
-rw-r--r--wp-includes/feed-rss2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/feed-rss2.php b/wp-includes/feed-rss2.php
index 03711df..588a063 100644
--- a/wp-includes/feed-rss2.php
+++ b/wp-includes/feed-rss2.php
@@ -14,7 +14,7 @@ $more = 1;
>
<channel>
- <title><?php bloginfo_rss('name'); ?></title>
+ <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>
<link><?php bloginfo_rss('url') ?></link>
<description><?php bloginfo_rss("description") ?></description>
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate>