Changeset 33246 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/13/2015 10:21:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33208 r33246 395 395 <label for="pass1"> 396 396 <?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> 398 398 </label> 399 399 </th> … … 414 414 </tr> 415 415 <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> 417 417 <td> 418 418 <input name="pass2" type="password" id="pass2" autocomplete="off" /> … … 424 424 <label for="pw-weak"> 425 425 <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' ); ?> 427 427 </label> 428 428 </td>
Note: See TracChangeset
for help on using the changeset viewer.