Changeset 43177 for trunk/src/wp-admin/includes/list-table.php
- Timestamp:
- 05/07/2018 05:19:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/list-table.php
r42343 r43177 9 9 10 10 /** 11 * Fetch an instance of a WP_List_Table class.11 * Fetches an instance of a WP_List_Table class. 12 12 * 13 13 * @access private … … 17 17 * 18 18 * @param string $class The type of the list table, which is the class name. 19 * @param array $argsOptional. Arguments to pass to the class. Accepts 'screen'.20 * @return object|bool Object on success, false if the class does not exist.19 * @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. 21 21 */ 22 22 function _get_list_table( $class, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.