Some feed template function cleanup.

git-svn-id: https://develop.svn.wordpress.org/trunk@2068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-01-07 22:01:59 +00:00
parent e37acd9362
commit 7e8f96ac46
13 changed files with 210 additions and 219 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ $more = 1;
<?php
if (get_settings('rss_use_excerpt')) {
?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 2) ?></description>
<description><?php the_excerpt_rss() ?></description>
<?php
} else { // use content
?>