]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/feed-rss2-comments.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-includes / feed-rss2-comments.php
index c8e8d498ea204e6fcc8621a27784a17bc9a6ec5d..f05bb8f71a2008ec8ac303b341349c730ba882c2 100644 (file)
@@ -38,7 +38,7 @@ do_action( 'rss_tag_pre', 'rss2-comments' );
                elseif ( is_search() )
                        printf( ent2ncr( __( 'Comments for %1$s searching on %2$s' ) ), get_bloginfo_rss( 'name' ), get_search_query() );
                else
-                       printf( ent2ncr( __( 'Comments for %s' ) ), get_bloginfo_rss( 'name' ) . get_wp_title_rss() );
+                       printf( ent2ncr( __( 'Comments for %s' ) ), get_wp_title_rss() );
        ?></title>
        <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" />
        <link><?php (is_single()) ? the_permalink_rss() : bloginfo_rss("url") ?></link>