summaryrefslogtreecommitdiffstats
path: root/wp-rss2.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-12 15:36:57 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-12 15:36:57 +0000
commitf41f35fc323e7aae3f8c9d7e696eb54e306cc679 (patch)
tree6c998f4e79b9e79b823e01215a2b3f7b0a8e5f90 /wp-rss2.php
parent7a2ba28084eb8b23f9109473d7c57f14c3a059a2 (diff)
downloadwordpress-mu-f41f35fc323e7aae3f8c9d7e696eb54e306cc679.tar.gz
wordpress-mu-f41f35fc323e7aae3f8c9d7e696eb54e306cc679.tar.xz
wordpress-mu-f41f35fc323e7aae3f8c9d7e696eb54e306cc679.zip
WP Merge to rev 4185
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@743 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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; ?>