Changeset 45932 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r45926 r45932 113 113 $switched_locale = switch_to_locale( get_user_locale( $user_details ) ); 114 114 115 /* translators: 1: Site name, 2: site URL, 3: role, 4: activation URL*/115 /* translators: 1: Site title, 2: Site URL, 3: User role, 4: Activation URL. */ 116 116 $message = __( 117 117 'Hi, … … 127 127 $new_user_email, 128 128 sprintf( 129 /* translators: Joining confirmation notification email subject. %s: Site title */129 /* translators: Joining confirmation notification email subject. %s: Site title. */ 130 130 __( '[%s] Joining Confirmation' ), 131 131 wp_specialchars_decode( get_option( 'blogname' ) )
Note: See TracChangeset
for help on using the changeset viewer.