]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/feed-rss.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-includes / feed-rss.php
index 1650434405c8a917f1c01bdd2de6403a4538d1a9..a355a8af402a58dea5bf0342c98c5e5b7245c137 100644 (file)
@@ -5,7 +5,7 @@
  * @package WordPress
  */
 
  * @package WordPress
  */
 
-header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
+header('Content-Type: ' . feed_content_type('rss') . '; charset=' . get_option('blog_charset'), true);
 $more = 1;
 
 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
 $more = 1;
 
 echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>