Minor changes to RSS.

git-svn-id: https://develop.svn.wordpress.org/trunk@1223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-05-05 06:32:18 +00:00
parent 6736c31bd6
commit b49aa0e51a
3 changed files with 6 additions and 6 deletions

View File

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