mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user