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
This commit is contained in:
Drew Jaynes 2015-07-13 22:24:24 +00:00
parent 05c4803450
commit 02e3c99234
1 changed files with 1 additions and 1 deletions

View File

@ -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
*