Changeset 1485

Show
Ignore:
Timestamp:
07/27/04 13:49:05 (4 years ago)
Author:
rboren
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-rss2.php

    r1358 r1485  
    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>