Show Tools menu for all users so they can access turbo. Props Denis-de-Bernardy. fixes #8921 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f254dfbbf3
commit
c5a66fc563
|
@ -83,7 +83,7 @@ if ( current_user_can('edit_users') ) {
|
|||
$submenu['profile.php'][5] = array(__('Your Profile'), 'read', 'profile.php');
|
||||
}
|
||||
|
||||
$menu[55] = array( __('Tools'), 'manage_options', 'tools.php', '', 'menu-top', 'menu-tools', 'div' );
|
||||
$menu[55] = array( __('Tools'), 'read', 'tools.php', '', 'menu-top', 'menu-tools', 'div' );
|
||||
$submenu['tools.php'][5] = array( __('Tools'), 'read', 'tools.php' );
|
||||
$submenu['tools.php'][10] = array( __('Import'), 'import', 'import.php' );
|
||||
$submenu['tools.php'][15] = array( __('Export'), 'import', 'export.php' );
|
||||
|
|
Loading…
Reference in New Issue