Make WordPress Core

Ticket #26769: 26769.patch

File 26769.patch, 834 bytes (added by bcworkz, 11 years ago)
  • src/wp-admin/menu.php

     
    192192        else
    193193                $submenu['users.php'][10] = array(_x('Add New', 'user'), 'promote_users', 'user-new.php');
    194194
    195         $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php');
     195        $submenu['users.php'][15] = array(__('My Profile'), 'read', 'profile.php');
    196196} else {
    197197        $_wp_real_parent_file['users.php'] = 'profile.php';
    198         $submenu['profile.php'][5] = array(__('Your Profile'), 'read', 'profile.php');
     198        $submenu['profile.php'][5] = array(__('My Profile'), 'read', 'profile.php');
    199199        if ( current_user_can('create_users') )
    200200                $submenu['profile.php'][10] = array(__('Add New User'), 'create_users', 'user-new.php');
    201201        else