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

git-svn-id: https://develop.svn.wordpress.org/trunk@30033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2014-10-26 23:29:11 +00:00
parent 48325023e2
commit bc1168e953
5 changed files with 5 additions and 5 deletions

View File

@@ -470,7 +470,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_password_hint(); ?></p>
<p class="description indicator-hint"><?php echo _wp_get_password_hint(); ?></p>
</td>
</tr>
<?php endif; ?>