Changeset 5483 for branches/2.2/wp-includes/feed-atom-comments.php
- Timestamp:
- 05/16/2007 05:37:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/feed-atom-comments.php
r5391 r5483 21 21 <generator uri="http://wordpress.org/" version="<?php bloginfo('version'); ?>">WordPress</generator> 22 22 23 <link rel="alternate" type="<?php bloginfo_rss('html_type'); ?>" content="<?php bloginfo_rss('home'); ?>" />23 <link rel="alternate" type="<?php bloginfo_rss('html_type'); ?>" href="<?php bloginfo_rss('home'); ?>" /> 24 24 <link rel="self" type="application/atom+xml" href="<?php bloginfo_rss('comments_atom_url'); ?>" /> 25 25 <id><?php bloginfo_rss('comments_atom_url'); ?></id> … … 50 50 51 51 <id><?php comment_link(); ?></id> 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>53 <published><?php echo mysql2date(' D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></published>52 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true), false); ?></updated> 53 <published><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true), false); ?></published> 54 54 <?php if (!empty($comment_post->post_password) && $_COOKIE['wp-postpass'] != $comment_post->post_password) : ?> 55 55 <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php echo get_the_password_form(); ?>]]></content>
Note: See TracChangeset
for help on using the changeset viewer.