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-login.php

    r30651 r30855  
    636636
    637637    <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div>
    638     <p class="description indicator-hint"><?php echo _wp_get_password_hint(); ?></p>
     638    <p class="description indicator-hint"><?php echo wp_get_password_hint(); ?></p>
    639639    <br class="clear" />
    640640
Note: See TracChangeset for help on using the changeset viewer.