Changeset 29962 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 10/18/2014 08:20:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r29880 r29962 399 399 <br /> 400 400 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 401 <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>401 <p class="description indicator-hint"><?php echo _wp_password_hint(); ?></p> 402 402 </td> 403 403 </tr>
Note: See TracChangeset
for help on using the changeset viewer.