diff --git a/wp-includes/user.php b/wp-includes/user.php
index 71b32fc089..15523ec80e 100644
--- a/wp-includes/user.php
+++ b/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/wp-includes/version.php b/wp-includes/version.php
index 2fde33dd19..4803160e2d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.1-alpha-30032';
+$wp_version = '4.1-alpha-30033';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
diff --git a/wp-login.php b/wp-login.php
index 426c6d403d..64015584b1 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -626,7 +626,7 @@ case 'rp' :
-
+