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:
parent
cc7ba27c37
commit
1ce2f12eaf
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue