Make WordPress Core

Changeset 4871


Ignore:
Timestamp:
02/06/2007 08:12:53 PM (18 years ago)
Author:
ryan
Message:

Send content type header. Props nbachiyski. fixes #3754

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/wp-admin/index-extra.php

    r4484 r4871  
    22require_once('admin.php');
    33require_once (ABSPATH . WPINC . '/rss.php');
     4
     5@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    46
    57switch ( $_GET['jax'] ) {
  • trunk/wp-admin/index-extra.php

    r4484 r4871  
    22require_once('admin.php');
    33require_once (ABSPATH . WPINC . '/rss.php');
     4
     5@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    46
    57switch ( $_GET['jax'] ) {
Note: See TracChangeset for help on using the changeset viewer.