Fix the same typo again in the hook doc summary for the send_pass_change_email filter.

I speak English, I do.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@33248


git-svn-id: http://core.svn.wordpress.org/trunk@33220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-07-13 22:27:24 +00:00
parent 9de2f22655
commit a929b8efe5
2 changed files with 2 additions and 2 deletions

View File

@ -2156,7 +2156,7 @@ function wp_update_user($userdata) {
$userdata['user_pass'] = wp_hash_password( $userdata['user_pass'] );
/**
* Filter to whether send the password change email.
* Filter whether to send the password change email.
*
* @since 4.3.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33247';
$wp_version = '4.3-beta2-33248';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.