From 24dfaea9cb1fc9f7b64e898e29b04ab7f6469f10 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 6 Feb 2007 20:12:53 +0000 Subject: [PATCH] Send content type header. Props nbachiyski. fixes #3754 git-svn-id: http://svn.automattic.com/wordpress/trunk@4871 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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' :