Make WordPress Core

Ticket #6932: 6932.diff

File 6932.diff, 911 bytes (added by Denis-de-Bernardy, 16 years ago)
  • wp-includes/feed-rss2-comments.php

     
    5353                <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate>
    5454                <guid isPermaLink="false"><?php comment_guid() ?></guid>
    5555<?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>
    5757                <content:encoded><![CDATA[<?php echo get_the_password_form() ?>]]></content:encoded>
    5858<?php else : // post pass ?>
    5959                <description><?php comment_text_rss() ?></description>