Make WordPress Core

Changeset 9159


Ignore:
Timestamp:
10/14/2008 07:47:57 AM (16 years ago)
Author:
ryan
Message:

No more help menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r9154 r9159  
    154154do_action('admin_menu', '');
    155155
    156 // Move the help menu to the end
    157 $menu[] = $menu[55];
    158 unset($menu[55]);
    159 
    160156// Remove menus that have no accessible submenus and require privs that the user does not have.
    161157// Run re-parent loop again.
Note: See TracChangeset for help on using the changeset viewer.