Make WordPress Core


Ignore:
Timestamp:
01/18/2009 05:40:40 AM (17 years ago)
Author:
azaozz
Message:

Add Content-Type header to admin-ajax and press this, props UnderWordPressure, fixes #8795

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r10357 r10375  
    1717require_once('../wp-load.php');
    1818require_once('includes/admin.php');
     19@header('Content-Type: text/html; charset=' . get_option('blog_charset'));
    1920
    2021if ( ! is_user_logged_in() ) {
Note: See TracChangeset for help on using the changeset viewer.