From a7010b02c946b867fe26bf6eea60dba24e351c4f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 6 Feb 2007 20:12:53 +0000 Subject: [PATCH] Send content type header. Props nbachiyski. fixes #3754 git-svn-id: https://develop.svn.wordpress.org/trunk@4871 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/index-extra.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-admin/index-extra.php b/wp-admin/index-extra.php index 782e0a7e1c..9d9cb72244 100644 --- a/wp-admin/index-extra.php +++ b/wp-admin/index-extra.php @@ -2,6 +2,8 @@ require_once('admin.php'); require_once (ABSPATH . WPINC . '/rss.php'); +@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); + switch ( $_GET['jax'] ) { case 'incominglinks' :