Ticket #17767: 17767.diff
File 17767.diff, 686 bytes (added by , 12 years ago) |
---|
-
wp-includes/feed-rss2-comments.php
47 47 } 48 48 ?></title> 49 49 <link><?php comment_link() ?></link> 50 <dc:creator>< ?php echo get_comment_author_rss() ?></dc:creator>50 <dc:creator><![CDATA[<?php echo get_comment_author_rss() ?>]]></dc:creator> 51 51 <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> 52 52 <guid isPermaLink="false"><?php comment_guid() ?></guid> 53 53 <?php if ( post_password_required($comment_post) ) : ?>