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/deprecated.php

    r49926 r49927  
    248248 *
    249249 * @param int $user_id User ID.
    250  * @return array|bool List of editable authors. False if no editable users.
     250 * @return array|false List of editable authors. False if no editable users.
    251251 */
    252252function get_editable_authors( $user_id ) {
Note: See TracChangeset for help on using the changeset viewer.