Make sure cat-js loads. Props donncha. fixes #2262

git-svn-id: http://svn.automattic.com/wordpress/trunk@3432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-13 22:09:57 +00:00
parent e762c60a4d
commit 3addf81bd1
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<?php
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
if (!isset($_GET["page"])) require_once('admin.php');
if ( $list_js || $cat_js )
$sack_js = true;
if ( $editing ) {
$dbx_js = true;
$cat_js = true;
}
if ( $list_js || $cat_js )
$sack_js = true;
?>
<?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">