Make WordPress Core


Ignore:
Timestamp:
11/25/2013 02:04:18 AM (13 years ago)
Author:
markjaquith
Message:

Remove unnecessarily gendered pronouns.

fixes #26225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/users.php

    r25994 r26368  
    234234        'content' =>
    235235                '<p>' . __('This table shows all users across the network and the sites to which they are assigned.') . '</p>' .
    236                 '<p>' . __('Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to his or her Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.') . '</p>' .
     236                '<p>' . __('Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.') . '</p>' .
    237237                '<p>' . __('You can also go to the user&#8217;s profile page by clicking on the individual username.') . '</p>' .
    238238                '<p>' . __('You can sort the table by clicking on any of the bold headings and switch between list and excerpt views by using the icons in the upper right.') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.