Users: Change "Your Profile" and "My Profile" links in admin menu and toolbar to just "Profile" for consistency.

Props donmhico, bcworkz, seanchayes, mikeschroder, garrett-eclipse, akhileshsabharwal, ScottSmith, nacin, jenmylo, afercia, swissspidy, felix-edelmann, helen, melchoyce, karmatosed.
Fixes #26769.

git-svn-id: https://develop.svn.wordpress.org/trunk@47600 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-04-20 08:37:31 +00:00
parent b562537d98
commit 5d5e3439e4
4 changed files with 8 additions and 8 deletions

View File

@@ -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;
<?php
if ( IS_PROFILE_PAGE ) {
/**
* Fires after the 'Personal Options' settings table on the 'Your Profile' editing screen.
* Fires after the 'Personal Options' settings table on the 'Profile' editing screen.
*
* The action only fires if the current user is editing their own profile.
*
@@ -705,7 +705,7 @@ endif;
<?php
if ( IS_PROFILE_PAGE ) {
/**
* Fires after the 'About Yourself' settings table on the 'Your Profile' editing screen.
* Fires after the 'About Yourself' settings table on the 'Profile' editing screen.
*
* The action only fires if the current user is editing their own profile.
*