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