Update edit link pages. Link categories need work.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -83,8 +83,9 @@ switch ($action) {
|
||||
break;
|
||||
|
||||
case 'edit' :
|
||||
if ( current_user_can( 'manage_categories' ) )
|
||||
wp_enqueue_script( 'ajaxlinkcat' );
|
||||
wp_enqueue_script('link');
|
||||
wp_enqueue_script('thickbox');
|
||||
|
||||
$parent_file = 'link-manager.php';
|
||||
$submenu_file = 'link-manager.php';
|
||||
$title = __('Edit Link');
|
||||
|
||||
Reference in New Issue
Block a user