From 7b367284fab4ee346b135def81bb81ee35910264 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Wed, 31 Mar 2004 16:44:02 +0000 Subject: [PATCH] fixed dates to use GMT, content-type to be application/rss.xml git-svn-id: http://svn.automattic.com/wordpress/trunk@1040 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-rdf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-rdf.php b/wp-rdf.php index d58dcb931d..4765b3a028 100644 --- a/wp-rdf.php +++ b/wp-rdf.php @@ -5,7 +5,7 @@ if (! $feed) { require('wp-blog-header.php'); } -header('Content-type: application/rdf+xml', true); +header('Content-type: application/rss+xml', true); /* This doesn't take into account edits // Get the time of the most recent article @@ -38,7 +38,7 @@ add_filter('the_content', 'trim'); - + @@ -57,7 +57,7 @@ add_filter('the_content', 'trim'); <?php the_title_rss() ?> - + post_date_gmt); ?> (mailto:)