Make WordPress Core


Ignore:
Timestamp:
12/16/2014 10:18:48 PM (11 years ago)
Author:
SergeyBiryukov
Message:

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

Merges [30855] to the 4.1 branch.

props nacin.
see #21243.

File:
1 edited

Legend:

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

    r30753 r30940  
    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.