Changeset 30033 for trunk/src/wp-includes/user.php
- Timestamp:
- 10/26/2014 11:29:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r30016 r30033 2091 2091 * @return string The password hint text. 2092 2092 */ 2093 function _wp_ password_hint() {2093 function _wp_get_password_hint() { 2094 2094 $hint = __( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); 2095 2095
Note: See TracChangeset
for help on using the changeset viewer.