]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/feed-rss.php
Wordpress 2.9.2-scripts
[autoinstalls/wordpress.git] / wp-includes / feed-rss.php
index e5c2fe830a851d7102df0aadb9d0621bb7d3f19d..90eeab05e1ff0f252fe988ea6bb3854f56f1da72 100644 (file)
@@ -23,11 +23,7 @@ echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
 <?php while (have_posts()) : the_post(); ?>
        <item>
                <title><?php the_title_rss() ?></title>
-<?php if (get_option('rss_use_excerpt')) { ?>
                <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
-<?php } else { // use content ?>
-               <description><?php the_content_rss('', 0, '', get_option('rss_excerpt_length')) ?></description>
-<?php } ?>
                <link><?php the_permalink_rss() ?></link>
                <?php do_action('rss_item'); ?>
        </item>