No need for wp_get_password_hint() to be prefixed as if it is private.
see #21243. Built from https://develop.svn.wordpress.org/trunk@30855 git-svn-id: http://core.svn.wordpress.org/trunk@30845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2093,11 +2093,10 @@ function _wp_get_user_contactmethods( $user = null ) {
|
||||
* Gets the text suggesting how to create strong passwords.
|
||||
*
|
||||
* @since 4.1.0
|
||||
* @access private
|
||||
*
|
||||
* @return string The password hint text.
|
||||
*/
|
||||
function _wp_get_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 ! " ? $ % ^ & ).' );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user