Make WordPress Core

Changeset 1223 for trunk/wp-rss2.php


Ignore:
Timestamp:
05/05/2004 06:32:18 AM (21 years ago)
Author:
saxmatt
Message:

Minor changes to RSS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss2.php

    r1216 r1223  
    3636        <description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
    3737<?php else : ?>
    38         <description><?php the_content_rss('', 0, '', get_settings('rss_excerpt_length'), 2) ?></description>
     38        <description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
    3939        <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
    4040<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.