Changeset 10984 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 04/17/2009 07:09:06 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-atom-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r10385 r10984 41 41 <id><?php bloginfo_rss('comments_atom_url'); ?></id> 42 42 <?php } ?> 43 43 <?php do_action('comments_atom_head'); ?> 44 44 <?php 45 45 if ( have_comments() ) : while ( have_comments() ) : the_comment();
Note: See TracChangeset
for help on using the changeset viewer.