Changeset 12733 for trunk/wp-admin/menu.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r12728 r12733 138 138 elseif ( is_super_admin() || get_site_option( 'add_new_users' ) ) 139 139 $submenu['users.php'][10] = array(__('Add New') . ' <strong>*</strong>', 'create_users', 'ms-options.php#addnewusers'); 140 140 141 141 $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php'); 142 142 } else {
Note: See TracChangeset
for help on using the changeset viewer.