Make WordPress Core


Ignore:
Timestamp:
05/07/2018 05:19:48 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Update and correct various inline documentation.

See #42505, #41756

File:
1 edited

Legend:

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

    r42343 r43177  
    99
    1010/**
    11  * Fetch an instance of a WP_List_Table class.
     11 * Fetches an instance of a WP_List_Table class.
    1212 *
    1313 * @access private
     
    1717 *
    1818 * @param string $class The type of the list table, which is the class name.
    19  * @param array $args Optional. 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.
    2121 */
    2222function _get_list_table( $class, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.