No more help menu
git-svn-id: https://develop.svn.wordpress.org/trunk@9159 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f94cd6373f
commit
4d314d124f
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user