From 456fedec29d5a0f125b4cfcb454c1692bb4e2f81 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: https://develop.svn.wordpress.org/trunk@1040 602fd350-edb4-49c9-b593-d223f7449a82 --- 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:)