Feed improvements and suggestions from Mark Pilgrim.

git-svn-id: https://develop.svn.wordpress.org/trunk@901 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-02-21 12:28:36 +00:00
parent d235e2b857
commit f69f39dd6e
4 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_leng
<?php the_category_rss('rdf') ?>
<?php $more = 1; if ($rss_use_excerpt) {
?>
<summary type="text/html"><?php the_excerpt_rss($rss_excerpt_length, 2) ?></summary>
<summary type="text/html" mode="escaped"><?php the_excerpt_rss($rss_excerpt_length, 2) ?></summary>
<?php
} else { // use content
?>