Changeset 33419
- Timestamp:
- 07/26/2015 12:57:21 AM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r33387 r33419 165 165 <td> 166 166 <label> 167 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak"/>167 <input type="checkbox" name="pw_weak" class="pw-checkbox" /> 168 168 <?php _e( 'Confirm use of weak password' ); ?> 169 169 </label> -
trunk/src/wp-admin/user-edit.php
r33368 r33419 492 492 <td> 493 493 <label> 494 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak"/>494 <input type="checkbox" name="pw_weak" class="pw-checkbox" /> 495 495 <?php _e( 'Confirm use of weak password' ); ?> 496 496 </label> -
trunk/src/wp-admin/user-new.php
r33364 r33419 426 426 <td> 427 427 <label> 428 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak"/>428 <input type="checkbox" name="pw_weak" class="pw-checkbox" /> 429 429 <?php _e( 'Confirm use of weak password' ); ?> 430 430 </label>
Note: See TracChangeset
for help on using the changeset viewer.