mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
add real parent file for wpmu-admin.php, fixes #11961
git-svn-id: https://develop.svn.wordpress.org/trunk@12786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -167,6 +167,7 @@ $menu[99] = array( '', 'read', 'separator-last', '', 'wp-menu-separator-last' );
|
||||
$_wp_real_parent_file['post.php'] = 'edit.php';
|
||||
$_wp_real_parent_file['post-new.php'] = 'edit.php';
|
||||
$_wp_real_parent_file['page-new.php'] = 'edit-pages.php';
|
||||
$_wp_real_parent_file['wpmu-admin.php'] = 'ms-admin.php';
|
||||
|
||||
do_action('_admin_menu');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user