Do not cut excerpts in rss feeds. Patch from Kitten for bug 0000192.

git-svn-id: https://develop.svn.wordpress.org/trunk@1485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-07-27 13:49:05 +00:00
parent 24ef08514c
commit cd714acb4e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $more = 1;
<?php the_category_rss() ?>
<guid><?php the_permalink($id); ?></guid>
<?php if (get_settings('rss_use_excerpt')) : ?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
<description><?php the_excerpt_rss('', 2) ?></description>
<?php else : ?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
<content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>