Make WordPress Core


Ignore:
Timestamp:
12/15/2014 08:33:48 AM (11 years ago)
Author:
nacin
Message:

No need for wp_get_password_hint() to be prefixed as if it is private.

see #21243.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r30753 r30855  
    20942094 *
    20952095 * @since 4.1.0
    2096  * @access private
    20972096 *
    20982097 * @return string The password hint text.
    20992098 */
    2100 function _wp_get_password_hint() {
     2099function wp_get_password_hint() {
    21012100    $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 ! " ? $ % ^ & ).' );
    21022101
Note: See TracChangeset for help on using the changeset viewer.