Changeset 55145 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 01/26/2023 06:10:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r55099 r55145 662 662 <th scope="row"><label for="pass2"><?php _e( 'Repeat New Password' ); ?></label></th> 663 663 <td> 664 <input name="pass2" type="password" id="pass2" class="regular-text" value="" autocomplete="new-password" spellcheck="false" aria-describedby="pass2-desc" />664 <input type="password" name="pass2" id="pass2" class="regular-text" value="" autocomplete="new-password" spellcheck="false" aria-describedby="pass2-desc" /> 665 665 <?php if ( IS_PROFILE_PAGE ) : ?> 666 666 <p class="description" id="pass2-desc"><?php _e( 'Type your new password again.' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.