Changeset 47600 for trunk/src/wp-admin/menu.php
- Timestamp:
- 04/20/2020 08:37:31 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu.php
r47550 r47600 265 265 } 266 266 267 $submenu['users.php'][15] = array( __( ' YourProfile' ), 'read', 'profile.php' );267 $submenu['users.php'][15] = array( __( 'Profile' ), 'read', 'profile.php' ); 268 268 } else { 269 269 $_wp_real_parent_file['users.php'] = 'profile.php'; 270 $submenu['profile.php'][5] = array( __( ' YourProfile' ), 'read', 'profile.php' );270 $submenu['profile.php'][5] = array( __( 'Profile' ), 'read', 'profile.php' ); 271 271 if ( current_user_can( 'create_users' ) ) { 272 272 $submenu['profile.php'][10] = array( __( 'Add New User' ), 'create_users', 'user-new.php' );
Note: See TracChangeset
for help on using the changeset viewer.