Make WordPress Core


Ignore:
Timestamp:
06/02/2007 05:21:18 AM (18 years ago)
Author:
rob1n
Message:

Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r5155 r5640  
    66}
    77
    8 header('Content-type: text/xml; charset=' . get_option('blog_charset'), true);
     8header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
    99$link_cat = $_GET['link_cat'];
    1010if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
Note: See TracChangeset for help on using the changeset viewer.