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:
Drew Jaynes 2015-08-21 16:00:35 +00:00
parent 961dd71cf3
commit 31e802293c

View File

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