Ticket #4023: 4023.patch
| File 4023.patch, 700 bytes (added by peaceablewhale, 3 years ago) |
|---|
-
feed-rss2.php
16 16 xmlns:dc="http://purl.org/dc/elements/1.1/" 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 > 21 22 … … 51 52 <?php endif; ?> 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'); ?> 56 58 </item>
