$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. */
printf( ent2ncr( __( 'Comment on %1$s by %2$s'
) ),
$title,
get_comment_author_rss() );
} else { /* translators: Comment author title. %s: Comment author name. */
printf( ent2ncr( __( 'By: %s'
) ),
get_comment_author_rss() );
} ?>
</title>
<link><?php
comment_link(); ?></link>
<dc:creator><![CDATA[<?php
echo get_comment_author_rss(); ?>]]></dc:creator>
<pubDate><?php
echo mysql2date( 'D, d M Y H:i:s +0000',
get_comment_time( 'Y-m-d H:i:s', true, false
), false
); ?></pubDate>
<guid isPermaLink="false"><?php
comment_guid(); ?></guid>