Ticket #10509: 10509.patch
| File 10509.patch, 747 bytes (added by peaceablewhale, 4 years ago) |
|---|
-
feed-rss2.php
45 45 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 46 46 <?php else : ?> 47 47 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 48 <?php if ( strlen( $post->post_content ) > 0 ) : ?>49 48 <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded> 50 <?php else : ?>51 <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>52 <?php endif; ?>53 49 <?php endif; ?> 54 50 <wfw:commentRss><?php echo get_post_comments_feed_link(); ?></wfw:commentRss> 55 51 <slash:comments><?php echo get_comments_number(); ?></slash:comments>
