summaryrefslogtreecommitdiffstats
path: root/wp-rss2.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-rss2.php')
-rw-r--r--wp-rss2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-rss2.php b/wp-rss2.php
index ecbe721..baec198 100644
--- a/wp-rss2.php
+++ b/wp-rss2.php
@@ -42,7 +42,7 @@ $more = 1;
<?php else : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php if ( strlen( $post->post_content ) > 0 ) : ?>
- <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
+ <content:encoded><![CDATA[<?php the_content() ?>]]></content:encoded>
<?php else : ?>
<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
<?php endif; ?>