Ticket #4023: slash-comments-fix.diff
| File slash-comments-fix.diff, 796 bytes (added by Otto42, 5 years ago) |
|---|
-
wp-includes/feed-rss2.php
10 10 xmlns:content="http://purl.org/rss/1.0/modules/content/" 11 11 xmlns:wfw="http://wellformedweb.org/CommentAPI/" 12 12 xmlns:dc="http://purl.org/dc/elements/1.1/" 13 xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 13 14 <?php do_action('rss2_ns'); ?> 14 15 > 15 16 … … 41 42 <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded> 42 43 <?php endif; ?> 43 44 <?php endif; ?> 45 <slash:comments><?php echo get_comments_number(); ?></slash:comments> 44 46 <wfw:commentRss><?php echo comments_rss(); ?></wfw:commentRss> 45 47 <?php rss_enclosure(); ?> 46 48 <?php do_action('rss2_item'); ?>
