Make WordPress Core

Changeset 37263


Ignore:
Timestamp:
04/20/2016 03:44:05 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify parameter and return descriptions in the DocBlock for wp_set_all_user_settings().

See [32613]. See #30989.

File:
1 edited

Legend:

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

    r37223 r37263  
    942942 *
    943943 * @since 2.8.0
     944 * @access private
    944945 *
    945946 * @global array $_updated_user_settings
    946947 *
    947  * @param array $user_settings
    948  * @return bool|void
     948 * @param array $user_settings User settings.
     949 * @return bool|null False if the current user can't be found, null if the current
     950 *                   user is not a super admin or a member of the site, otherwise true.
    949951 */
    950952function wp_set_all_user_settings( $user_settings ) {
Note: See TracChangeset for help on using the changeset viewer.