[wp-cvs] wordpress wp-rss2.php,1.24,1.25
Ryan Boren
rboren at users.sourceforge.net
Tue Jul 27 13:49:08 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30320
Modified Files:
wp-rss2.php
Log Message:
Do not cut excerpts in rss feeds. Patch from Kitten for bug 0000192.
Index: wp-rss2.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-rss2.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** wp-rss2.php 24 May 2004 18:24:12 -0000 1.24
--- wp-rss2.php 27 Jul 2004 13:49:05 -0000 1.25
***************
*** 36,40 ****
<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>
<?php else : ?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
--- 36,40 ----
<guid><?php the_permalink($id); ?></guid>
<?php if (get_settings('rss_use_excerpt')) : ?>
! <description><?php the_excerpt_rss('', 2) ?></description>
<?php else : ?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
More information about the cvs
mailing list