diff --git a/wp-includes/user.php b/wp-includes/user.php index eae02db611..46143317be 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -2353,8 +2353,8 @@ function wp_create_user($username, $password, $email = '') { /** * Returns a list of meta keys to be (maybe) populated in wp_update_user(). * - * Values actually keys returned via this function are dependent on the presence - * of those keys in the user meta data. + * The list of keys returned via this function are dependent on the presence + * of those keys in the user meta data to be set. * * @since 3.3.0 * @access private diff --git a/wp-includes/version.php b/wp-includes/version.php index c4311c15d6..09461e8e3a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33689'; +$wp_version = '4.4-alpha-33690'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.