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-admin/export.php

    r5563 r5640  
    5252header('Content-Description: File Transfer');
    5353header("Content-Disposition: attachment; filename=$filename");
    54 header('Content-type: text/xml; charset=' . get_option('blog_charset'), true);
     54header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
    5555
    5656$where = '';
Note: See TracChangeset for help on using the changeset viewer.