Skip to content

Commit

Permalink
Show Tools menu for all users so they can access turbo. Props Denis-d…
Browse files Browse the repository at this point in the history
…e-Bernardy. fixes #8921 for 2.7

git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jan 22, 2009
1 parent 4f72b0f commit 7874a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
$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' );
Expand Down

0 comments on commit 7874a85

Please sign in to comment.