Make sure cat-js loads. Props donncha. fixes #2262
git-svn-id: https://develop.svn.wordpress.org/trunk@3432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a3d5510774
commit
41b6a1945e
@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
|
@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
|
||||||
if (!isset($_GET["page"])) require_once('admin.php');
|
if (!isset($_GET["page"])) require_once('admin.php');
|
||||||
if ( $list_js || $cat_js )
|
|
||||||
$sack_js = true;
|
|
||||||
if ( $editing ) {
|
if ( $editing ) {
|
||||||
$dbx_js = true;
|
$dbx_js = true;
|
||||||
$cat_js = true;
|
$cat_js = true;
|
||||||
}
|
}
|
||||||
|
if ( $list_js || $cat_js )
|
||||||
|
$sack_js = true;
|
||||||
?>
|
?>
|
||||||
<?php get_admin_page_title(); ?>
|
<?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">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
Loading…
Reference in New Issue
Block a user