Changeset 9094
- Timestamp:
- 10/07/08 20:40:21 (2 months ago)
- Files:
-
- trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/menu.php
r9071 r9094 152 152 do_action('admin_menu', ''); 153 153 154 // Move the help menu to the end 155 $menu[] = $menu[55]; 156 unset($menu[55]); 157 154 158 // Remove menus that have no accessible submenus and require privs that the user does not have. 155 159 // Run re-parent loop again.
