Always load list manip js when editing. Props mdawaffe. fixes #2672

git-svn-id: https://develop.svn.wordpress.org/trunk@3735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-21 05:05:34 +00:00
parent 9c103c8d64
commit f39f5d6e63

View File

@ -4,8 +4,8 @@ if (!isset($_GET["page"])) require_once('admin.php');
if ( $editing ) {
$dbx_js = true;
$pmeta_js = true;
$list_js = true;
if ( current_user_can('manage_categories') ) {
$list_js = true;
$cat_js = true;
}
}