Skip to content

Commit cd714ac

Browse files
committed
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
1 parent 24ef085 commit cd714ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-rss2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<?php the_category_rss() ?>
3636
<guid><?php the_permalink($id); ?></guid>
3737
<?php if (get_settings('rss_use_excerpt')) : ?>
38-
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
38+
<description><?php the_excerpt_rss('', 2) ?></description>
3939
<?php else : ?>
4040
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
4141
<content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>

0 commit comments

Comments
 (0)