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
This commit is contained in:
Sergey Biryukov 2020-10-26 22:53:06 +00:00
parent cc7ba27c37
commit 1ce2f12eaf
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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.