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/upload.php

    r5635 r5640  
    22require_once('admin.php');
    33
    4 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
     4@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    55
    66if (!current_user_can('upload_files'))
Note: See TracChangeset for help on using the changeset viewer.