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:
Ryan Boren
2008-01-31 20:04:54 +00:00
parent 4be56a17b1
commit bdfcbd788c
5 changed files with 145 additions and 54 deletions
+3 -2
View File
@@ -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');