Make WordPress Core


Ignore:
Timestamp:
04/20/2020 08:37:31 AM (5 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-includes/admin-bar.php

    r47455 r47600  
    314314                'parent' => 'user-actions',
    315315                'id'     => 'edit-profile',
    316                 'title'  => __( 'Edit My Profile' ),
     316                'title'  => __( 'Edit Profile' ),
    317317                'href'   => $profile_url,
    318318            )
Note: See TracChangeset for help on using the changeset viewer.