Changeset 6742 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 02/06/2008 10:33:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r6493 r6742 48 48 <dc:creator><?php echo get_comment_author_rss() ?></dc:creator> 49 49 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate> 50 <guid ><?php comment_link() ?></guid>50 <guid isPermaLink="false"><?php comment_guid() ?></guid> 51 51 <?php if (!empty($comment_post->post_password) && $_COOKIE['wp-postpass'] != $comment_post->post_password) : ?> 52 52 <description><?php _e('Protected Comments: Please enter your password to view comments.'); ?></description>
Note: See TracChangeset
for help on using the changeset viewer.