Send content-type header - http://mosquito.wordpress.org/view.php?id=874
git-svn-id: https://develop.svn.wordpress.org/trunk@2335 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bb46173adf
commit
f25a8f36ed
@ -1,4 +1,6 @@
|
||||
<?php if (!isset($_GET["page"])) require_once('admin.php'); ?>
|
||||
<?php
|
||||
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
|
||||
if (!isset($_GET["page"])) require_once('admin.php'); ?>
|
||||
<?php get_admin_page_title(); ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
Loading…
Reference in New Issue
Block a user