From 02e3c99234757a4fcafa78460c68bfba5ad80ace Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 22:24:24 +0000 Subject: [PATCH] Fix a typo in the hook docs summary for the `send_pass_change_email` filter. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@33247 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *