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

    r5542 r5640  
    1212else
    1313    $step = 0;
    14 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
     14@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    1515?>
    1616<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset for help on using the changeset viewer.