Changeset 33363 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/22/2015 05:23:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33353 r33363 422 422 <th><?php _e( 'Confirm Password' ); ?></th> 423 423 <td> 424 <label for="pw-weak">425 <input type="checkbox" name="pw -weak" class="pw-checkbox" id="pw-weak" />424 <label> 425 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" /> 426 426 <?php _e( 'Confirm use of weak password' ); ?> 427 427 </label>
Note: See TracChangeset
for help on using the changeset viewer.