Changeset 15746 for trunk/wp-admin/user-edit.php
- Timestamp:
- 10/07/2010 07:34:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r15481 r15746 32 32 else 33 33 $submenu_file = 'profile.php'; 34 $parent_file = 'users.php'; 34 35 if ( current_user_can('edit_users') && !is_user_admin() ) 36 $parent_file = 'users.php'; 37 else 38 $parent_file = 'profile.php'; 35 39 36 40 // contextual help - choose Help on the top right of admin panel to preview this.
Note: See TracChangeset
for help on using the changeset viewer.