From e4092d6f1e536959d1787b6043e4a9af420ffd2d Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 19 Apr 2004 08:59:38 +0000 Subject: [PATCH] Updated to use proper mime type. git-svn-id: https://develop.svn.wordpress.org/trunk@1105 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-commentsrss2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 5bd228c709..1ae2350f87 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -3,7 +3,7 @@ if (! $feed) { require('wp-blog-header.php'); } -header('Content-type: text/xml'); +header('Content-type: application/rss+xml', true); echo ''; ?>