Always load list manip js when editing. Props mdawaffe. fixes #2672
git-svn-id: http://svn.automattic.com/wordpress/trunk@3735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3d45520fff
commit
c8ce057570
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue