Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49276 r49927  
    281281 *
    282282 * @param int $user_id User ID.
    283  * @return WP_User|bool WP_User object on success, false on failure.
     283 * @return WP_User|false WP_User object on success, false on failure.
    284284 */
    285285function get_user_to_edit( $user_id ) {
Note: See TracChangeset for help on using the changeset viewer.