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

see #21243.


git-svn-id: https://develop.svn.wordpress.org/trunk@30855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-12-15 08:33:48 +00:00
parent 7344a29063
commit 0375edc8c6
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ if ( $show_password_fields ) :
<p class="description"><?php _e( 'Type your new password again.' ); ?></p>
<br />
<div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div>
<p class="description indicator-hint"><?php echo _wp_get_password_hint(); ?></p>
<p class="description indicator-hint"><?php echo wp_get_password_hint(); ?></p>
</td>
</tr>
<?php endif; ?>