Changeset 49927 for trunk/src/wp-admin/includes/list-table.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/list-table.php
r49599 r49927 18 18 * @param string $class The type of the list table, which is the class name. 19 19 * @param array $args Optional. Arguments to pass to the class. Accepts 'screen'. 20 * @return WP_List_Table| boolList 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. 21 21 */ 22 22 function _get_list_table( $class, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.