Make WordPress Core

Changeset 10404


Ignore:
Timestamp:
01/22/2009 06:56:10 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 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/wp-admin/menu.php

    r10150 r10404  
    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.