Send content type header. Props nbachiyski. fixes #3754

git-svn-id: https://develop.svn.wordpress.org/trunk@4871 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-02-06 20:12:53 +00:00
parent 587188d556
commit a7010b02c9
1 changed files with 2 additions and 0 deletions

View File

@ -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' :