Changes from trunk/wp-admin/menu.php at r10150 to branches/2.7/wp-admin/menu.php at r10404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-admin/menu.php
r10150 r10404 84 84 } 85 85 86 $menu[55] = array( __('Tools'), ' manage_options', 'tools.php', '', 'menu-top', 'menu-tools', 'div' );86 $menu[55] = array( __('Tools'), 'read', 'tools.php', '', 'menu-top', 'menu-tools', 'div' ); 87 87 $submenu['tools.php'][5] = array( __('Tools'), 'read', 'tools.php' ); 88 88 $submenu['tools.php'][10] = array( __('Import'), 'import', 'import.php' );
Note: See TracChangeset
for help on using the changeset viewer.