From 3a4570b0fc8b3d6339bef71d17d7701554e0bbf7 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 12 Oct 2007 16:21:15 +0000 Subject: Merge with WP 2.3 - testing use only! Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/feed-rss2-comments.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'wp-includes/feed-rss2-comments.php') diff --git a/wp-includes/feed-rss2-comments.php b/wp-includes/feed-rss2-comments.php index adb2930..7bd5ae2 100644 --- a/wp-includes/feed-rss2-comments.php +++ b/wp-includes/feed-rss2-comments.php @@ -1,10 +1,10 @@ '; +echo ''; ?> - @@ -17,12 +17,12 @@ echo ''; else printf(__('Comments for %s'), get_bloginfo_rss( 'name' ) . get_wp_title_rss()); ?> - + http://wordpress.org/?v= - - +comment_post_ID); get_post_custom($comment_post->ID); @@ -31,7 +31,6 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); <?php if ( !is_singular() ) { $title = get_the_title($comment_post->ID); - $title = apply_filters('the_title', $title); $title = apply_filters('the_title_rss', $title); printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss()); } else { -- cgit