Updated to use proper mime type.

git-svn-id: https://develop.svn.wordpress.org/trunk@1105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-19 08:59:38 +00:00
parent 0aa8e61506
commit e4092d6f1e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if (! $feed) {
require('wp-blog-header.php');
}
header('Content-type: text/xml');
header('Content-type: application/rss+xml', true);
echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>';
?>