Make WordPress Core


Ignore:
Timestamp:
05/16/2009 05:15:21 AM (16 years ago)
Author:
ryan
Message:

Fix feed autodiscovery. Props peaceablewhale. fixes #9810

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-rss.php

    r10952 r11358  
    66 */
    77
    8 header('Content-Type: ' . feed_content_type('rss') . '; charset=' . get_option('blog_charset'), true);
     8header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true);
    99$more = 1;
    1010
Note: See TracChangeset for help on using the changeset viewer.