diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index bea8462abf..cc441fe5d2 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -2156,7 +2156,7 @@ function wp_update_user($userdata) { $userdata['user_pass'] = wp_hash_password( $userdata['user_pass'] ); /** - * Filter whether send the password change email. + * Filter to whether send the password change email. * * @since 4.3.0 *