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:
ryan 2008-11-29 17:51:30 +00:00
parent 4c3f1ae051
commit 1b236b4b9d
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -11,7 +11,7 @@
/** WordPress Administration Bootstrap */
require_once('admin.php');
$parent_file = 'edit.php';
$parent_file = 'edit-pages.php';
$submenu_file = 'edit-pages.php';
wp_reset_vars(array('action'));