Ticket #37284: 37284.diff
File 37284.diff, 981 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/user-new.php
444 444 </td> 445 445 </tr> 446 446 <tr class="pw-weak"> 447 <th><?php _e( 'Confirm Password' ); ?> </th>447 <th><?php _e( 'Confirm Password' ); ?> <span class="description"><?php _e('(required)'); ?></span></th> 448 448 <td> 449 449 <label> 450 450 <input type="checkbox" name="pw_weak" class="pw-checkbox" /> -
src/wp-admin/user-edit.php
527 527 </td> 528 528 </tr> 529 529 <tr class="pw-weak"> 530 <th><?php _e( 'Confirm Password' ); ?> </th>530 <th><?php _e( 'Confirm Password' ); ?> <span class="description"><?php _e('(required)'); ?></span></th> 531 531 <td> 532 532 <label> 533 533 <input type="checkbox" name="pw_weak" class="pw-checkbox" />