diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 656f710657..5f061e0868 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -1963,7 +1963,7 @@ function get_password_reset_key( $user ) { * * @since 2.7.0 * - * @param bool true Whether to allow the password to be reset. Default true. + * @param bool $allow Whether to allow the password to be reset. Default true. * @param int $user_data->ID The ID of the user attempting to reset a password. */ $allow = apply_filters( 'allow_password_reset', true, $user->ID );