mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
Coding Standards: Consistently use do_action_deprecated() and apply_filters_deprecated() for deprecated hooks.
Props jrf. See #48255. git-svn-id: https://develop.svn.wordpress.org/trunk@46684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2277,7 +2277,7 @@ function get_password_reset_key( $user ) {
|
||||
*
|
||||
* @param string $user_login The user login name.
|
||||
*/
|
||||
do_action( 'retreive_password', $user->user_login );
|
||||
do_action_deprecated( 'retreive_password', array( $user->user_login ), '1.5.1', 'retrieve_password' );
|
||||
|
||||
/**
|
||||
* Fires before a new password is retrieved.
|
||||
|
||||
Reference in New Issue
Block a user