Make WordPress Core


Ignore:
Timestamp:
01/22/2009 06:55:52 PM (16 years ago)
Author:
ryan
Message:

Show Tools menu for all users so they can access turbo. Props Denis-de-Bernardy. fixes #8921 for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r10150 r10403  
    8484}
    8585
    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' );
    8787    $submenu['tools.php'][5] = array( __('Tools'), 'read', 'tools.php' );
    8888    $submenu['tools.php'][10] = array( __('Import'), 'import', 'import.php' );
Note: See TracChangeset for help on using the changeset viewer.