Make WordPress Core


Ignore:
Timestamp:
01/31/2008 08:04:54 PM (17 years ago)
Author:
ryan
Message:

Update edit link pages. Link categories need work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link.php

    r6544 r6695  
    8484
    8585    case 'edit' :
    86         if ( current_user_can( 'manage_categories' ) )
    87             wp_enqueue_script( 'ajaxlinkcat' );
     86        wp_enqueue_script('link');
     87        wp_enqueue_script('thickbox');
     88
    8889        $parent_file = 'link-manager.php';
    8990        $submenu_file = 'link-manager.php';
Note: See TracChangeset for help on using the changeset viewer.