?>
</sy:updateFrequency>
<?php
/**
* Fires at the end of the RSS2 comment feed header.
*
* @since 2.3.0
*/
do_action( 'commentsrss2_head'
);
while ( have_comments() ) :
the_comment();
$comment_post =
get_post( $comment->comment_post_ID
);
$GLOBALS['post'
] =
$comment_post;
?>
<item>
<title>
<?php
if ( !
is_singular() ) { $title =
get_the_title( $comment_post->ID
);
/** This filter is documented in wp-includes/feed.php */
$title =
apply_filters( 'the_title_rss',
$title );
/* translators: Individual comment title. 1: Post title, 2: Comment author name. */