Weird IE fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
667597592c
commit
f38d5e3c2b
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
require_once('admin.php');
|
require_once('../wp-config.php');
|
||||||
header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);
|
header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);
|
||||||
?>
|
?>
|
||||||
var ajaxCat = new sack();
|
var ajaxCat = new sack();
|
||||||
|
|
Loading…
Reference in New Issue