Make WordPress Core

Ticket #30040: 30040.2.patch

File 30040.2.patch, 728 bytes (added by Ankit K Gupta, 10 years ago)

Updated patch file with "Hint:" text

  • wp-includes/user.php

     
    21142114 * @return string The password hint text.
    21152115 */
    21162116function wp_get_password_hint() {
    2117         $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 ! " ? $ % ^ & ).' );
     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 ! " ? $ % ^ & ).' );
    21182118
    21192119        /**
    21202120         * Filter the text describing the site's password complexity policy.