52c52,57 < by: <?php comment_author_rss() ?> --- > <?php if ( (! is_single()) || (! is_page()) ) { > $title = get_the_title($comment->comment_post_ID); > $title = apply_filters('the_title', $title); > $title = apply_filters('the_title_rss', $title); > echo "Comment on $title"; > } ?> by: <?php comment_author_rss() ?>