Make WordPress Core

Ticket #192: 0000192-wp-rss2.diff

File 0000192-wp-rss2.diff, 776 bytes (added by VxJasonxV, 21 years ago)
  • wp-rss2.php

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