From 5b5f1077da71b0c75d722c3afa7db7bc92831eea 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: https://develop.svn.wordpress.org/trunk@1356 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-atom.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-atom.php b/wp-atom.php index 8337f89691..b3d83f8ed1 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