Changeset 51475 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/22/2021 01:51:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r51330 r51475 33 33 34 34 if ( IS_PROFILE_PAGE ) { 35 // Used in the HTML title tag. 35 36 $title = __( 'Profile' ); 36 37 } else { 38 // Used in the HTML title tag. 37 39 /* translators: %s: User's display name. */ 38 40 $title = __( 'Edit User %s' );
Note: See TracChangeset
for help on using the changeset viewer.