mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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().
|
||||
*
|
||||
* Values actually keys returned via this function are dependent on the presence
|
||||
* of those keys in the user meta data.
|
||||
* The list of keys returned via this function are dependent on the presence
|
||||
* of those keys in the user meta data to be set.
|
||||
*
|
||||
* @since 3.3.0
|
||||
* @access private
|
||||
|
||||
Reference in New Issue
Block a user