Docs: Fix a typo in the DocBlock description for `_get_additional_user_keys()`, introduced in [33687].

Props dimadin
See #29120.

Built from https://develop.svn.wordpress.org/trunk@33690


git-svn-id: http://core.svn.wordpress.org/trunk@33657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-08-21 16:01:28 +00:00
parent 514caf0120
commit 0e4285c451
2 changed files with 3 additions and 3 deletions

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(). * 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

View File

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