Changeset 5911
- Timestamp:
- 08/21/07 18:32:39 (1 year ago)
- Files:
-
- trunk/wp-includes/feed-rss2-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/feed-rss2-comments.php
r5910 r5911 22 22 <pubDate><?php echo gmdate('r'); ?></pubDate> 23 23 <generator>http://wordpress.org/?v=<?php echo $wp_version ?></generator> 24 24 <?php do_action('commentsrss2_head'); ?> 25 25 <?php 26 26 if ( have_comments() ) : while ( have_comments() ) : the_comment();
