Ticket #6932: 6932.diff
File 6932.diff, 911 bytes (added by , 16 years ago) |
---|
-
wp-includes/feed-rss2-comments.php
53 53 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate> 54 54 <guid isPermaLink="false"><?php comment_guid() ?></guid> 55 55 <?php if ( post_password_required($comment_post) ) : ?> 56 <description>< ?php echo ent2ncr(__('Protected Comments: Please enter your password to view comments.')); ?></description>56 <description><![CDATA[<?php echo ent2ncr(__('Protected Comments: Please enter your password to view comments.')); ?>]]></description> 57 57 <content:encoded><![CDATA[<?php echo get_the_password_form() ?>]]></content:encoded> 58 58 <?php else : // post pass ?> 59 59 <description><?php comment_text_rss() ?></description>