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.