Make WordPress Core


Ignore:
Timestamp:
10/26/2014 11:29:11 PM (10 years ago)
Author:
johnbillion
Message:

Rename _wp_password_hint() to _wp_get_password_hint() to bring it inline with core terminology. Fixes #21243.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r29962 r30033  
    627627
    628628    <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div>
    629     <p class="description indicator-hint"><?php echo _wp_password_hint(); ?></p>
     629    <p class="description indicator-hint"><?php echo _wp_get_password_hint(); ?></p>
    630630    <br class="clear" />
    631631
Note: See TracChangeset for help on using the changeset viewer.