mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
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:
@@ -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 ! " ? $ % ^ & ).' );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user