mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Update and correct various inline documentation.
See #42505, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@43177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fetch an instance of a WP_List_Table class.
|
||||
* Fetches an instance of a WP_List_Table class.
|
||||
*
|
||||
* @access private
|
||||
* @since 3.1.0
|
||||
@@ -16,8 +16,8 @@
|
||||
* @global string $hook_suffix
|
||||
*
|
||||
* @param string $class The type of the list table, which is the class name.
|
||||
* @param array $args Optional. Arguments to pass to the class. Accepts 'screen'.
|
||||
* @return object|bool Object on success, false if the class does not exist.
|
||||
* @param array $args Optional. Arguments to pass to the class. Accepts 'screen'.
|
||||
* @return WP_List_Table|bool List table object on success, false if the class does not exist.
|
||||
*/
|
||||
function _get_list_table( $class, $args = array() ) {
|
||||
$core_classes = array(
|
||||
|
||||
Reference in New Issue
Block a user