Make WordPress Core


Ignore:
Timestamp:
08/21/2015 04:00:35 PM (9 years ago)
Author:
DrewAPicture
Message:

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

Props dimadin
See #29120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r33687 r33690  
    23542354 * Returns a list of meta keys to be (maybe) populated in wp_update_user().
    23552355 *
    2356  * Values actually keys returned via this function are dependent on the presence
    2357  * of those keys in the user meta data.
     2356 * The list of keys returned via this function are dependent on the presence
     2357 * of those keys in the user meta data to be set.
    23582358 *
    23592359 * @since 3.3.0
Note: See TracChangeset for help on using the changeset viewer.