Make WordPress Core


Ignore:
Timestamp:
11/21/2005 09:29:19 AM (20 years ago)
Author:
ryan
Message:

Require manage_options cap to access Options menu.

File:
1 edited

Legend:

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

    r3135 r3185  
    1515else
    1616    $menu[35] = array(__('Profile'), 'read', 'profile.php');
    17 $menu[40] = array(__('Options'), 'read', 'options-general.php');
     17$menu[40] = array(__('Options'), 'manage_options', 'options-general.php');
    1818$menu[45] = array(__('Import'), 'import', 'import.php');
    1919
Note: See TracChangeset for help on using the changeset viewer.