From d68573a5624a17a72767f5f8df1ccb1a2fe616fe Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 14 Oct 2008 07:47:57 +0000 Subject: [PATCH] No more help menu git-svn-id: http://svn.automattic.com/wordpress/trunk@9159 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu.php | 4 ---- 1 file changed, 4 deletions(-) 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 ) {