diff --git a/wp-admin/menu.php b/wp-admin/menu.php index cef8056574..55b2a8fc6e 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -153,10 +153,6 @@ foreach ( $menu as $id => $data ) { do_action('admin_menu', ''); -// Move the help menu to the end -$menu[] = $menu[55]; -unset($menu[55]); - // Remove menus that have no accessible submenus and require privs that the user does not have. // Run re-parent loop again. foreach ( $menu as $id => $data ) {