Changeset 9159
- Timestamp:
- 10/14/08 07:47:57 (3 months ago)
- Files:
-
- trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/menu.php
r9154 r9159 154 154 do_action('admin_menu', ''); 155 155 156 // Move the help menu to the end157 $menu[] = $menu[55];158 unset($menu[55]);159 160 156 // Remove menus that have no accessible submenus and require privs that the user does not have. 161 157 // Run re-parent loop again.
