Make WordPress Core

Changeset 4184 for trunk/wp-rss2.php


Ignore:
Timestamp:
09/11/2006 11:59:00 PM (19 years ago)
Author:
ryan
Message:

Show more link in RSS. Don't show more link if more link text empty. Take more into account when creating excerpt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss2.php

    r4144 r4184  
    4343        <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    4444    <?php if ( strlen( $post->post_content ) > 0 ) : ?>
    45         <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
     45        <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
    4646    <?php else : ?>
    4747        <content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
Note: See TracChangeset for help on using the changeset viewer.