diff --git a/wp-includes/user.php b/wp-includes/user.php index efa1fb6288..6415d95c33 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3531,9 +3531,9 @@ function wp_generate_user_request_key( $request_id ) { wp_update_post( array( - 'ID' => $request_id, - 'post_status' => 'request-pending', - 'post_password' => $wp_hasher->HashPassword( $key ), + 'ID' => $request_id, + 'post_status' => 'request-pending', + 'post_password' => $wp_hasher->HashPassword( $key ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index b9b4f68bd5..ececa6b26a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44493'; +$wp_version = '5.1-alpha-44494'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.