RCS file: /cvsroot/cafelog/wordpress/wp-rss2.php,v
retrieving revision 1.24
diff -u -3 -r1.24 wp-rss2.php
|
|
|
|
| 35 | 35 | <?php the_category_rss() ?> |
| 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> |
| 41 | 41 | <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded> |