Changeset 49251 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 10/20/2020 07:05:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r49248 r49251 654 654 <td> 655 655 <input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete="off" aria-describedby="pass2-desc" /> 656 <?php if ( IS_PROFILE_PAGE ) : ?>657 <p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p>658 <?php else : ?>659 <p class="description" id="pass2-desc"><?php _e( 'Type the new password again.' ); ?></p>660 <?php endif; ?>656 <?php if ( IS_PROFILE_PAGE ) : ?> 657 <p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p> 658 <?php else : ?> 659 <p class="description" id="pass2-desc"><?php _e( 'Type the new password again.' ); ?></p> 660 <?php endif; ?> 661 661 </td> 662 662 </tr>
Note: See TracChangeset
for help on using the changeset viewer.