</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>
<?php
if ( post_password_required( $comment_post ) ) : ?>
<description><?php
echo ent2ncr( __( 'Protected Comments: Please enter your password to view comments.'
) ); ?></description>
<content:encoded><![CDATA[<?php
echo get_the_password_form(); ?>]]></content:encoded>
<?php
else : ?>
<description><![CDATA[<?php
comment_text_rss(); ?>]]></description>
<content:encoded><![CDATA[<?php
comment_text(); ?>]]></content:encoded>
<?php
endif; // End if post_password_required(). ?>
<?php
/**
* Fires at the end of each RSS2 comment feed item.
*
* @since 2.1.0
*
* @param int $comment_id The ID of the comment being displayed.
* @param int $comment_post_id The ID of the post the comment is connected to.
*/