[wp-trac] [WordPress Trac] #26769: Change "Your Profile" under Users Menu to "My Profile"
WordPress Trac
noreply at wordpress.org
Fri Jan 24 15:20:02 UTC 2014
#26769: Change "Your Profile" under Users Menu to "My Profile"
-----------------------------------+------------------
Reporter: akhileshsabharwal | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.9
Component: Text Changes | Version: 3.8
Severity: normal | Resolution:
Keywords: ux-feedback has-patch | Focuses:
-----------------------------------+------------------
Comment (by seanchayes):
I tested the patch and it worked as expected.
One suggestion might be (in the attached 26769.patch.diff) to also rename
the top menu "Profile" to "My Profile".
{{{
if ( current_user_can('list_users') )
$menu[70] = array( __('Users'), 'list_users', 'users.php', '',
'menu-top menu-icon-users', 'menu-users', 'none' );
else
$menu[70] = array( __('My Profile'), 'read', 'profile.php', '',
'menu-top menu-icon-users', 'menu-users', 'none' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26769#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list