Changeset 29962 for trunk/src/wp-admin/install.php
- Timestamp:
- 10/18/2014 08:20:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r29705 r29962 134 134 <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p> 135 135 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 136 <p><?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>136 <p><?php echo _wp_password_hint(); ?></p> 137 137 </td> 138 138 </tr>
Note: See TracChangeset
for help on using the changeset viewer.