From 09752fd4dec0f8213b5ed1231fadc14a56f134a4 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 19 Apr 2004 08:59:38 +0000 Subject: [PATCH] Updated to use proper mime type. git-svn-id: http://svn.automattic.com/wordpress/trunk@1105 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ''; ?>