mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
added more = 1; to display all content in rss/rdf feeds
git-svn-id: https://develop.svn.wordpress.org/trunk@400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -62,6 +62,7 @@ if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_leng
|
||||
// we might use this in the future, but not now, that's why it's commented in PHP
|
||||
// so that it doesn't appear at all in the RSS
|
||||
// echo "<category>"; the_category_unicode(); echo "</category>";
|
||||
$more = 1;
|
||||
if ($rss_use_excerpt) {
|
||||
?>
|
||||
<description><?php the_excerpt_rss($rss_excerpt_length, $rss_encoded_html) ?></description>
|
||||
|
||||
Reference in New Issue
Block a user