Fix parents for page and link editors. fixes #8421
git-svn-id: http://svn.automattic.com/wordpress/trunk@9966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -97,7 +97,7 @@ switch ($action) {
|
||||
wp_enqueue_script('link');
|
||||
wp_enqueue_script('xfn');
|
||||
|
||||
$parent_file = 'edit.php';
|
||||
$parent_file = 'link-manager.php';
|
||||
$submenu_file = 'link-manager.php';
|
||||
$title = __('Edit Link');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user