Changeset 1485
- Timestamp:
- 07/27/04 13:49:05 (4 years ago)
- Files:
-
- trunk/wp-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-rss2.php
r1358 r1485 36 36 <guid><?php the_permalink($id); ?></guid> 37 37 <?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> 39 39 <?php else : ?> 40 40 <description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
