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/list-table.php

    r49599 r49927  
    1818 * @param string $class The type of the list table, which is the class name.
    1919 * @param array  $args  Optional. Arguments to pass to the class. Accepts 'screen'.
    20  * @return WP_List_Table|bool List table object on success, false if the class does not exist.
     20 * @return WP_List_Table|false List table object on success, false if the class does not exist.
    2121 */
    2222function _get_list_table( $class, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.