mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-28 11:42:54 +00:00
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:
parent
8499c27370
commit
ffd26ab666
@ -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');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user