mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
+1
-1
@@ -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
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user