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/index-extra.php

    r5347 r5640  
    33require_once (ABSPATH . WPINC . '/rss.php');
    44
    5 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
     5@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    66
    77switch ( $_GET['jax'] ) {
Note: See TracChangeset for help on using the changeset viewer.