Changeset 53131 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 04/11/2022 11:40:38 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r53111 r53131 515 515 <?php if ( $profile_user->ID === $current_user->ID ) : ?> 516 516 <p class="description" id="email-description"> 517 <?php _e( 'If you change this, we will send you an emailat your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?>517 <?php _e( 'If you change this, an email will be sent at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>' ); ?> 518 518 </p> 519 519 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.