• In line 44-47 in wp-includes/feed-rss2.php:

    <?php if (get_option(‘rss_use_excerpt’)) : ?>
    <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    <?php else : ?>
    <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>

    The “if” statement is the same as the “else” statement.Therefore,The condition will lead to failure.

    Please check it.

  • The topic ‘Bug in wp-includes/feed-rss2.php’ is closed to new replies.