Ticket #30040: 30040.2.patch
File 30040.2.patch, 728 bytes (added by , 10 years ago) |
---|
-
wp-includes/user.php
2114 2114 * @return string The password hint text. 2115 2115 */ 2116 2116 function wp_get_password_hint() { 2117 $hint = __( 'Hint: The passwordshould be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' );2117 $hint = __( 'Hint: Passwords should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); 2118 2118 2119 2119 /** 2120 2120 * Filter the text describing the site's password complexity policy.