Docs: Fix a typo in the DocBlock description for _get_additional_user_keys()
, introduced in [33687].
Props dimadin See #29120. git-svn-id: https://develop.svn.wordpress.org/trunk@33690 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
961dd71cf3
commit
31e802293c
@ -2353,8 +2353,8 @@ function wp_create_user($username, $password, $email = '') {
|
|||||||
/**
|
/**
|
||||||
* Returns a list of meta keys to be (maybe) populated in wp_update_user().
|
* Returns a list of meta keys to be (maybe) populated in wp_update_user().
|
||||||
*
|
*
|
||||||
* Values actually keys returned via this function are dependent on the presence
|
* The list of keys returned via this function are dependent on the presence
|
||||||
* of those keys in the user meta data.
|
* of those keys in the user meta data to be set.
|
||||||
*
|
*
|
||||||
* @since 3.3.0
|
* @since 3.3.0
|
||||||
* @access private
|
* @access private
|
||||||
|
Loading…
Reference in New Issue
Block a user