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' :
-
+