Changeset 11272
- Timestamp:
- 05/11/2009 07:42:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2.php
r11206 r11272 17 17 xmlns:atom="http://www.w3.org/2005/Atom" 18 18 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 19 xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 19 20 <?php do_action('rss2_ns'); ?> 20 21 > … … 52 53 <?php endif; ?> 53 54 <wfw:commentRss><?php echo get_post_comments_feed_link(); ?></wfw:commentRss> 55 <slash:comments><?php echo get_comments_number(); ?></slash:comments> 54 56 <?php rss_enclosure(); ?> 55 57 <?php do_action('rss2_item'); ?>
Note: See TracChangeset
for help on using the changeset viewer.