Fix feed autodiscovery. Props peaceablewhale. fixes #9810

git-svn-id: https://develop.svn.wordpress.org/trunk@11358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-05-16 05:15:21 +00:00
parent c8876e3798
commit 6a66b51970
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* @package WordPress
*/
header('Content-Type: ' . feed_content_type('rss2') . '; charset=' . get_option('blog_charset'), true);
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
?>