Changeset 9094

Show
Ignore:
Timestamp:
10/07/08 20:40:21 (2 months ago)
Author:
ryan
Message:

Move Help menu to the end

Files:

Legend:

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

    r9071 r9094  
    152152do_action('admin_menu', ''); 
    153153 
     154// Move the help menu to the end 
     155$menu[] = $menu[55]; 
     156unset($menu[55]); 
     157 
    154158// Remove menus that have no accessible submenus and require privs that the user does not have. 
    155159// Run re-parent loop again.