From 957893458c994dce7fdf1a194b01a148fd254ad1 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Mon, 24 May 2004 16:49:19 +0000 Subject: [PATCH] the Atom feed should always provide an excerpt, even in full content mode git-svn-id: http://svn.automattic.com/wordpress/trunk@1356 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-atom.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-atom.php b/wp-atom.php index 8337f8969..b3d83f8ed 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -6,6 +6,7 @@ if (! $feed) { } header('Content-type: application/atom+xml', true); +$more = 1; ?> '; ?> @@ -31,12 +32,10 @@ header('Content-type: application/atom+xml', true); post_modified_gmt); ?> post_date_gmt); ?> - - - + ]]> - + \ No newline at end of file