Ticket #15604: 15604.diff
File 15604.diff, 667 bytes (added by , 13 years ago) |
---|
-
wp-includes/feed-rss2.php
44 44 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 45 45 <?php else : ?> 46 46 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 47 <?php if ( strlen( $post->post_content) > 0 ) : ?>47 <?php if ( strlen( get_the_content_feed('rss2') ) > 0 ) : ?> 48 48 <content:encoded><![CDATA[<?php the_content_feed('rss2') ?>]]></content:encoded> 49 49 <?php else : ?> 50 50 <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>