Ticket #4704: 4704-222.diff
File 4704-222.diff, 1018 bytes (added by , 18 years ago) |
---|
-
wp-includes/feed-rss2-comments.php
5 5 ?> 6 6 <!-- generator="wordpress/<?php echo $wp_version ?>" --> 7 7 <rss version="2.0" 8 xmlns:content="http://purl.org/rss/1.0/modules/content/"> 8 xmlns:content="http://purl.org/rss/1.0/modules/content/" 9 xmlns:dc="http://purl.org/dc/elements/1.1/" 10 > 9 11 <channel> 10 12 <title><?php 11 13 if ( is_singular() ) … … 37 39 } 38 40 ?></title> 39 41 <link><?php comment_link() ?></link> 40 < author><?php echo get_comment_author_rss() ?></author>42 <dc:creator><?php echo get_comment_author_rss() ?></dc:creator> 41 43 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate> 42 44 <guid><?php comment_link() ?></guid> 43 45 <?php if (!empty($comment_post->post_password) && $_COOKIE['wp-postpass'] != $comment_post->post_password) : ?>