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:
John Blackbourn
2018-05-07 17:19:48 +00:00
parent 9ca9b27110
commit 1decf42f3a
5 changed files with 41 additions and 41 deletions
+3 -3
View File
@@ -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(