Ticket #30040: 30040.patch
File 30040.patch, 729 bytes (added by , 10 years ago) |
---|
-
wp-includes/user.php
2079 2079 * @return string The password hint text. 2080 2080 */ 2081 2081 function _wp_password_hint() { 2082 $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 ! " ? $ % ^ & ).' );2082 $hint = __( 'Hint: The passwords should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); 2083 2083 2084 2084 /** 2085 2085 * Filter the text describing the site's password complexity policy.