Make WordPress Core

Ticket #37284: 37284.diff

File 37284.diff, 981 bytes (added by kouratoras, 9 years ago)
  • src/wp-admin/user-new.php

     
    444444                </td>
    445445        </tr>
    446446        <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>
    448448                <td>
    449449                        <label>
    450450                                <input type="checkbox" name="pw_weak" class="pw-checkbox" />
  • src/wp-admin/user-edit.php

     
    527527        </td>
    528528</tr>
    529529<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>
    531531        <td>
    532532                <label>
    533533                        <input type="checkbox" name="pw_weak" class="pw-checkbox" />