Make WordPress Core

Ticket #6353: feed-rss2.php.patch

File feed-rss2.php.patch, 626 bytes (added by hervada, 17 years ago)
  • wp-includes/feed-rss2.php

     
    4141<?php if (get_option('rss_use_excerpt')) : ?>
    4242                <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    4343<?php else : ?>
    44                 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
     44                <description><![CDATA[<?php the_content_rss() ?>]]></description>
    4545        <?php if ( strlen( $post->post_content ) > 0 ) : ?>
    4646                <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
    4747        <?php else : ?>