Changeset 30855 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/15/2014 08:33:48 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r30753 r30855 2094 2094 * 2095 2095 * @since 4.1.0 2096 * @access private2097 2096 * 2098 2097 * @return string The password hint text. 2099 2098 */ 2100 function _wp_get_password_hint() {2099 function wp_get_password_hint() { 2101 2100 $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 ! " ? $ % ^ & ).' ); 2102 2101
Note: See TracChangeset
for help on using the changeset viewer.