Changeset 2764
- Timestamp:
- 08/08/2005 07:38:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r2760 r2764 11 11 $menu[25] = array(__('Presentation'), 'switch_themes', 'themes.php'); 12 12 $menu[30] = array(__('Plugins'), 'activate_plugins', 'plugins.php'); 13 $menu[35] = array(__('Users'), 'read', 'profile.php'); 14 $menu[40] = array(__('Options'), 'read', 'options-personal.php'); 13 if ( current_user_can('edit_users') ) 14 $menu[35] = array(__('Users'), 'read', 'profile.php'); 15 else 16 $menu[35] = array(__('Profile'), 'read', 'profile.php'); 17 $menu[40] = array(__('Options'), 'read', 'options-personal.php');- 15 18 16 19 if ( get_option('use_fileupload') )
Note: See TracChangeset
for help on using the changeset viewer.