diff --git a/src/wp-admin/menu.php b/src/wp-admin/menu.php index 2248a75164..edacdaefed 100644 --- a/src/wp-admin/menu.php +++ b/src/wp-admin/menu.php @@ -264,10 +264,10 @@ if ( current_user_can( 'list_users' ) ) { $submenu['users.php'][10] = array( _x( 'Add New', 'user' ), 'promote_users', 'user-new.php' ); } - $submenu['users.php'][15] = array( __( 'Your Profile' ), 'read', 'profile.php' ); + $submenu['users.php'][15] = array( __( 'Profile' ), 'read', 'profile.php' ); } else { $_wp_real_parent_file['users.php'] = 'profile.php'; - $submenu['profile.php'][5] = array( __( 'Your Profile' ), 'read', 'profile.php' ); + $submenu['profile.php'][5] = array( __( 'Profile' ), 'read', 'profile.php' ); if ( current_user_can( 'create_users' ) ) { $submenu['profile.php'][10] = array( __( 'Add New User' ), 'create_users', 'user-new.php' ); } elseif ( is_multisite() ) { diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index d8e1ffb9e6..49aff443a6 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -127,7 +127,7 @@ switch ( $action ) { if ( IS_PROFILE_PAGE ) { /** - * Fires before the page loads on the 'Your Profile' editing screen. + * Fires before the page loads on the 'Profile' editing screen. * * The action only fires if the current user is editing their own profile. * @@ -386,7 +386,7 @@ endif; 'user-actions', 'id' => 'edit-profile', - 'title' => __( 'Edit My Profile' ), + 'title' => __( 'Edit Profile' ), 'href' => $profile_url, ) ); diff --git a/tests/phpunit/tests/formatting/Autop.php b/tests/phpunit/tests/formatting/Autop.php index 9314715460..6a672345d7 100644 --- a/tests/phpunit/tests/formatting/Autop.php +++ b/tests/phpunit/tests/formatting/Autop.php @@ -19,7 +19,7 @@ When a new version is released, Users › Your Profile +
  • Edit your personal information at Users › Profile
  • Start publishing at Posts › Add New and at Pages › Add New
  • Browse and install plugins at Plugins › Add New
  • Browse and install themes at Appearance › Add New Themes
  • @@ -44,7 +44,7 @@ Upgrading is a couple of clicks! Then you can start enjoying the WordPress experience: