From bc1168e953fd53aeb96cb8256d6bc0369455ae3a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 26 Oct 2014 23:29:11 +0000 Subject: [PATCH] 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 --- src/wp-admin/install.php | 2 +- src/wp-admin/user-edit.php | 2 +- src/wp-admin/user-new.php | 2 +- src/wp-includes/user.php | 2 +- src/wp-login.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/install.php b/src/wp-admin/install.php index f7a1037444..65d1932b46 100644 --- a/src/wp-admin/install.php +++ b/src/wp-admin/install.php @@ -133,7 +133,7 @@ function display_setup_form( $error = null ) {

-

+

diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index 635f2dfcea..a2b7040515 100644 --- a/src/wp-admin/user-edit.php +++ b/src/wp-admin/user-edit.php @@ -470,7 +470,7 @@ if ( $show_password_fields ) :


-

+

diff --git a/src/wp-admin/user-new.php b/src/wp-admin/user-new.php index 69d2884f82..be3bf6974a 100644 --- a/src/wp-admin/user-new.php +++ b/src/wp-admin/user-new.php @@ -396,7 +396,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?>
-

+

diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 71b32fc089..15523ec80e 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -2090,7 +2090,7 @@ function _wp_get_user_contactmethods( $user = null ) { * * @return string The password hint text. */ -function _wp_password_hint() { +function _wp_get_password_hint() { $hint = __( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); /** diff --git a/src/wp-login.php b/src/wp-login.php index 426c6d403d..64015584b1 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -626,7 +626,7 @@ case 'rp' :

-

+