Changes from branches/2.7/wp-admin/menu.php at r10404 to trunk/wp-admin/menu.php at r10150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r10404 r10150 84 84 } 85 85 86 $menu[55] = array( __('Tools'), ' read', 'tools.php', '', 'menu-top', 'menu-tools', 'div' );86 $menu[55] = array( __('Tools'), 'manage_options', '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.