From 31e802293cc28cce5879431b0ceabdc8bfa49349 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Aug 2015 16:00:35 +0000 Subject: [PATCH] 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 --- src/wp-includes/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index eae02db611..46143317be 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -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