Make WordPress Core


Ignore:
Timestamp:
07/13/2015 10:21:39 PM (9 years ago)
Author:
obenland
Message:

Passwords: New UI for install screen.

Also synchronises the use of pw_weak as an input name and removes trailing
periods from checkbox labels.

Props MikeHansenMe, adamsilverstein, obenland.
See #32589.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r33208 r33246  
    395395            <label for="pass1">
    396396                <?php _e( 'Password' ); ?>
    397                 <span class="description hide-if-js"><?php /* translators: password input field */_e( '(required)' ); ?></span>
     397                <span class="description hide-if-js"><?php _e( '(required)' ); ?></span>
    398398            </label>
    399399        </th>
     
    414414    </tr>
    415415    <tr class="form-field form-required user-pass2-wrap hide-if-js">
    416         <th scope="row"><label for="pass2"><?php _e( 'Repeat Password' ); ?> <span class="description"><?php /* translators: password input field */_e('(required)'); ?></span></label></th>
     416        <th scope="row"><label for="pass2"><?php _e( 'Repeat Password' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
    417417        <td>
    418418        <input name="pass2" type="password" id="pass2" autocomplete="off" />
     
    424424            <label for="pw-weak">
    425425                <input type="checkbox" name="pw-weak" class="pw-checkbox" id="pw-weak" />
    426                 <?php _e( 'Confirm use of weak password.' ); ?>
     426                <?php _e( 'Confirm use of weak password' ); ?>
    427427            </label>
    428428        </td>
Note: See TracChangeset for help on using the changeset viewer.