Changeset 4953 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 02/27/2007 03:24:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-atom-comments.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r4934 r4953 17 17 ?></title> 18 18 <subtitle type="text"><?php bloginfo_rss('description'); ?></subtitle> 19 19 20 20 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastcommentmodified('GMT')); ?></updated> 21 21 <generator uri="http://wordpress.org/" version="<?php bloginfo('version'); ?>">WordPress</generator> 22 22 23 23 <link rel="alternate" type="<?php bloginfo_rss('html_type'); ?>" content="<?php bloginfo_rss('home'); ?>" /> 24 24 <link rel="self" type="application/atom+xml" href="<?php bloginfo_rss('comments_atom_url'); ?>" /> … … 42 42 ?></title> 43 43 <link rel="alternate" href="<?php comment_link(); ?>" type="<?php bloginfo_rss('content_type'); ?>" /> 44 44 45 45 <author> 46 46 <name><?php comment_author_rss(); ?></name> … … 48 48 49 49 </author> 50 50 51 51 <id><?php comment_link(); ?></id> 52 52 <updated><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></updated>
Note: See TracChangeset
for help on using the changeset viewer.