Ticket #6353: feed-rss2.php.patch
File feed-rss2.php.patch, 626 bytes (added by , 17 years ago) |
---|
-
wp-includes/feed-rss2.php
41 41 <?php if (get_option('rss_use_excerpt')) : ?> 42 42 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description> 43 43 <?php else : ?> 44 <description><![CDATA[<?php the_ excerpt_rss() ?>]]></description>44 <description><![CDATA[<?php the_content_rss() ?>]]></description> 45 45 <?php if ( strlen( $post->post_content ) > 0 ) : ?> 46 46 <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded> 47 47 <?php else : ?>