Make WordPress Core


Ignore:
Timestamp:
12/16/2014 10:18:48 PM (10 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-admin/install.php

    r30054 r30940  
    134134                <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p>
    135135                <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
    136                 <p><?php echo _wp_get_password_hint(); ?></p>
     136                <p><?php echo wp_get_password_hint(); ?></p>
    137137            </td>
    138138        </tr>
Note: See TracChangeset for help on using the changeset viewer.