Changeset 11323 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 05/14/2009 02:00:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r11303 r11323 51 51 <link><?php comment_link() ?></link> 52 52 <dc:creator><?php echo get_comment_author_rss() ?></dc:creator> 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>53 <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> 54 54 <guid isPermaLink="false"><?php comment_guid() ?></guid> 55 55 <?php if ( post_password_required($comment_post) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.