]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/feed-rdf.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-includes / feed-rdf.php
index 1e8327b0dc4aa4d42e2033fce75c7aef35952a8f..8302881500e9bdbe526eb9a52cc04406f160e2c4 100644 (file)
@@ -30,7 +30,7 @@ do_action( 'rss_tag_pre', 'rdf' );
        ?>
 >
 <channel rdf:about="<?php bloginfo_rss("url") ?>">
        ?>
 >
 <channel rdf:about="<?php bloginfo_rss("url") ?>">
-       <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>
+       <title><?php wp_title_rss(); ?></title>
        <link><?php bloginfo_rss('url') ?></link>
        <description><?php bloginfo_rss('description') ?></description>
        <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date>
        <link><?php bloginfo_rss('url') ?></link>
        <description><?php bloginfo_rss('description') ?></description>
        <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date>