Add text/javascript header to cat-js.php. Props Juergen. fixes #2351

git-svn-id: http://svn.automattic.com/wordpress/trunk@3500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-30 21:39:20 +00:00
parent fa6f173c88
commit 537e956fbc
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
require_once('admin.php');
header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);
?>
var ajaxCat = new sack();
var newcat;