From 2320c9b128bb934a723b8b4fcb5ebbbedd435515 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 24 Apr 2004 20:12:58 +0000 Subject: [PATCH] Correctly respect excerpt wishes. git-svn-id: http://svn.automattic.com/wordpress/trunk@1145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-rdf.php | 13 +++++-------- wp-rss2.php | 16 ++++++---------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/wp-rdf.php b/wp-rdf.php index c841106b10..ae54e3dcde 100644 --- a/wp-rdf.php +++ b/wp-rdf.php @@ -4,6 +4,7 @@ if (! $feed) { $doing_rss = 1; require('wp-blog-header.php'); } +$more = 1; header('Content-type: application/rss+xml', true); @@ -44,17 +45,13 @@ add_filter('the_content', 'trim'); post_date_gmt); ?> (mailto:) - + - + - ]]> + + \ No newline at end of file diff --git a/wp-rss2.php b/wp-rss2.php index 0dd06caf88..7e85437807 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -4,10 +4,10 @@ if (! $feed) { $doing_rss = 1; require('wp-blog-header.php'); } - +$more = 1; $charset = get_settings('blog_charset'); if (!$charset) $charset = 'UTF-8'; -header('Content-type: application/rss+xml', true); +header('Content-type: text/xml', true); ?> '; ?> @@ -33,17 +33,13 @@ header('Content-type: application/rss+xml', true); post_date_gmt); ?> - + - + - ]]> + +