From 9de2f226553fa5f81c93f2ba8542eacf59ce276d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 22:25:24 +0000 Subject: [PATCH] Fix a typo in the hook docs summary for the `send_pass_change_email` filter. See #32246. Built from https://develop.svn.wordpress.org/trunk@33247 git-svn-id: http://core.svn.wordpress.org/trunk@33219 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index bea8462abf..cc441fe5d2 100644 --- a/wp-includes/user.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 42a8a7447f..b86fa4780a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33246'; +$wp_version = '4.3-beta2-33247'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.