Fix edit link page menu parentage.

git-svn-id: https://develop.svn.wordpress.org/trunk@6934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-20 07:44:25 +00:00
parent 8499c27370
commit ffd26ab666
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ switch ($action) {
wp_enqueue_script('link');
wp_enqueue_script('thickbox');
$parent_file = 'link-manager.php';
$parent_file = 'edit.php';
$submenu_file = 'link-manager.php';
$title = __('Edit Link');