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

see #21243.

Built from https://develop.svn.wordpress.org/trunk@30855


git-svn-id: http://core.svn.wordpress.org/trunk@30845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-12-15 08:34:23 +00:00
parent 498be1cae9
commit 741e0ec6de
5 changed files with 5 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ function display_setup_form( $error = null ) {
<input name="admin_password" type="password" id="pass1" size="25" value="" />
<p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p>
<div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
<p><?php echo _wp_get_password_hint(); ?></p>
<p><?php echo wp_get_password_hint(); ?></p>
</td>
</tr>
<?php endif; ?>