mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40: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:
@@ -78,7 +78,7 @@ if (!isset($rss_language)) { $rss_language = 'en'; }
|
||||
<dc:date><?php the_time('Y-m-d\TH:i:s'); ?></dc:date>
|
||||
<dc:creator><?php the_author() ?> (mailto:<?php the_author_email() ?>)</dc:creator>
|
||||
<dc:subject><?php the_category_rss() ?></dc:subject>
|
||||
<?php if ($rss_use_excerpt) {
|
||||
<?php $more = 1; if ($rss_use_excerpt) {
|
||||
?>
|
||||
<description><?php the_excerpt_rss($rss_excerpt_length, 2) ?></description>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user