Make WordPress Core

Changeset 2593


Ignore:
Timestamp:
05/09/2005 11:11:19 AM (18 years ago)
Author:
matt
Message:

Summary is always text/plain. - http://mosquito.wordpress.org/view.php?id=1314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-atom.php

    r2586 r2593  
    3636        <issued><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></issued>
    3737        <?php the_category_rss('rdf') ?>
    38         <summary type="<?php bloginfo('html_type'); ?>" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>
     38        <summary type="text/plain" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>
    3939<?php if ( !get_settings('rss_use_excerpt') ) : ?>
    4040        <content type="<?php bloginfo('html_type'); ?>" mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
Note: See TracChangeset for help on using the changeset viewer.