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:
ryan 2006-04-21 05:05:34 +00:00
parent 3d45520fff
commit c8ce057570
1 changed files with 1 additions and 1 deletions

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;
}
}