Docs: Correct description for insert_user_meta filter.

Props milana_cap, desrosj.
Fixes #41951.
Built from https://develop.svn.wordpress.org/trunk@41564


git-svn-id: http://core.svn.wordpress.org/trunk@41397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-09-22 13:14:45 +00:00
parent 4db08514ea
commit 5046ef73c3
2 changed files with 3 additions and 2 deletions

View File

@ -1699,7 +1699,8 @@ function wp_insert_user( $userdata ) {
$user = new WP_User( $user_id );
/**
* Filters a user's meta values and keys before the user is created or updated.
* Filters a user's meta values and keys immediately after the user is created or updated
* and before any user meta is inserted or updated.
*
* Does not include contact methods. These are added using `wp_get_user_contact_methods( $user )`.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41563';
$wp_version = '4.9-alpha-41564';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.