Changeset 3185

Show
Ignore:
Timestamp:
11/21/05 09:29:19 (3 years ago)
Author:
ryan
Message:

Require manage_options cap to access Options menu.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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