git-svn-id: https://develop.svn.wordpress.org/trunk@2131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-01-24 07:33:50 +00:00
parent faf0cae6a3
commit d24a38306a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ $more = 1;
<modified><?php the_time('Y-m-d\TH:i:s\Z'); ?></modified>
<issued> <?php the_time('Y-m-d\TH:i:s\Z'); ?></issued>
<?php the_category_rss('rdf') ?>
<summary type="text/html" mode="escaped"><?php the_excerpt_rss(); ?></summary>
<summary type="text/html" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>
<?php if (!get_settings('rss_use_excerpt')) : ?>
<?php if ( strlen( $post->post_content ) ) : ?>
<content type="text/html" mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>

View File

@ -26,7 +26,7 @@ $more = 1;
<?php
if (get_settings('rss_use_excerpt')) {
?>
<description><?php the_excerpt_rss() ?></description>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php
} else { // use content
?>