Changeset 33208
- Timestamp:
- 07/13/2015 06:29:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33160 r33208 410 410 <div style="display:none" id="pass-strength-result"></div> 411 411 </div> 412 <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email ' ); ?></span></p>412 <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></span></p> 413 413 </td> 414 414 </tr> … … 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.