Changeset 11323 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 05/14/2009 02:00:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r11303 r11323 25 25 <subtitle type="text"><?php bloginfo_rss('description'); ?></subtitle> 26 26 27 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastcommentmodified('GMT') ); ?></updated>27 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastcommentmodified('GMT'), false); ?></updated> 28 28 <?php the_generator( 'atom' ); ?> 29 29 … … 66 66 67 67 <id><?php comment_guid(); ?></id> 68 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true ), false); ?></updated>69 <published><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true ), false); ?></published>68 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true, false), false); ?></updated> 69 <published><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true, false), false); ?></published> 70 70 <?php if ( post_password_required($comment_post) ) : ?> 71 71 <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.