Plugin Updates
This commit is contained in:
@@ -38,7 +38,7 @@ final class WP_Recovery_Mode_Key_Service {
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @global PasswordHash $wp_hasher
|
||||
* @global PasswordHash $wp_hasher Portable PHP password hashing framework instance.
|
||||
*
|
||||
* @param string $token A token generated by {@see generate_recovery_mode_token()}.
|
||||
* @return string Recovery mode key.
|
||||
@@ -85,7 +85,7 @@ final class WP_Recovery_Mode_Key_Service {
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @global PasswordHash $wp_hasher
|
||||
* @global PasswordHash $wp_hasher Portable PHP password hashing framework instance.
|
||||
*
|
||||
* @param string $token The token used when generating the given key.
|
||||
* @param string $key The unhashed key.
|
||||
|
||||
Reference in New Issue
Block a user