mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Docs: Increase the specificity of various docblock parameter types and return types.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2450,8 +2450,8 @@ function reset_password( $user, $new_pass ) {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param object $user The user.
|
||||
* @param string $new_pass New user password.
|
||||
* @param WP_User $user The user.
|
||||
* @param string $new_pass New user password.
|
||||
*/
|
||||
do_action( 'password_reset', $user, $new_pass );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user