diff --git a/wp-includes/user.php b/wp-includes/user.php index 2c3996fce0..0c207116e4 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1979,7 +1979,7 @@ function wp_insert_user( $userdata ) { /** * Filters user data before the record is created or updated. * - * It only includes data in the wp_users table wp_user, not any user metadata. + * It only includes data in the users table, not any user metadata. * * @since 4.9.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 7a6043766a..cc934964a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49312'; +$wp_version = '5.6-beta1-49314'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.