Make WordPress Core


Ignore:
Timestamp:
04/20/2020 08:37:31 AM (3 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r47550 r47600  
    128128        if ( IS_PROFILE_PAGE ) {
    129129            /**
    130              * Fires before the page loads on the 'Your Profile' editing screen.
     130             * Fires before the page loads on the 'Profile' editing screen.
    131131             *
    132132             * The action only fires if the current user is editing their own profile.
     
    387387        if ( IS_PROFILE_PAGE ) {
    388388            /**
    389              * Fires after the 'Personal Options' settings table on the 'Your Profile' editing screen.
     389             * Fires after the 'Personal Options' settings table on the 'Profile' editing screen.
    390390             *
    391391             * The action only fires if the current user is editing their own profile.
     
    706706        if ( IS_PROFILE_PAGE ) {
    707707            /**
    708              * Fires after the 'About Yourself' settings table on the 'Your Profile' editing screen.
     708             * Fires after the 'About Yourself' settings table on the 'Profile' editing screen.
    709709             *
    710710             * The action only fires if the current user is editing their own profile.
Note: See TracChangeset for help on using the changeset viewer.