mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Fix edit link page menu parentage.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0012d2b36f
commit
4a8632e6fa
@ -86,7 +86,7 @@ switch ($action) {
|
|||||||
wp_enqueue_script('link');
|
wp_enqueue_script('link');
|
||||||
wp_enqueue_script('thickbox');
|
wp_enqueue_script('thickbox');
|
||||||
|
|
||||||
$parent_file = 'link-manager.php';
|
$parent_file = 'edit.php';
|
||||||
$submenu_file = 'link-manager.php';
|
$submenu_file = 'link-manager.php';
|
||||||
$title = __('Edit Link');
|
$title = __('Edit Link');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user