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:
parent
0aa8e61506
commit
e4092d6f1e
@ -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').'"?'.'>';
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user