Make WordPress Core

Ticket #30040: 30040.patch

File 30040.patch, 729 bytes (added by Ankit K Gupta, 10 years ago)

patch file

  • wp-includes/user.php

     
    20792079 * @return string The password hint text.
    20802080 */
    20812081function _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 ! " ? $ % ^ & ).' );
    20832083
    20842084        /**
    20852085         * Filter the text describing the site's password complexity policy.