mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Update edit link pages. Link categories need work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6695 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+3
-2
@@ -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