Changeset 9819 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 11/20/2008 07:10:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r9818 r9819 67 67 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true), false); ?></updated> 68 68 <published><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_comment_time('Y-m-d H:i:s', true), false); ?></published> 69 <?php if ( post_password_required( ) ) : ?>69 <?php if ( post_password_required($comment_post) ) : ?> 70 70 <content type="html" xml:base="<?php comment_link(); ?>"><![CDATA[<?php echo get_the_password_form(); ?>]]></content> 71 71 <?php else : // post pass ?>
Note: See TracChangeset
for help on using the changeset viewer.