From 1ce2f12eaf3ef532c535d6dcebb1505cfb55701a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Oct 2020 22:53:06 +0000 Subject: [PATCH] Docs: Correct description for `wp_pre_insert_user_data` filter. Props audrasjb. Fixes #51637. Built from https://develop.svn.wordpress.org/trunk@49314 git-svn-id: http://core.svn.wordpress.org/trunk@49076 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 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.