Changeset 29962 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 10/18/2014 08:20:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r29820 r29962 471 471 <br /> 472 472 <div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div> 473 <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p>473 <p class="description indicator-hint"><?php echo _wp_password_hint(); ?></p> 474 474 </td> 475 475 </tr>
Note: See TracChangeset
for help on using the changeset viewer.