Docs: Add missing file headers to the list table classes and adjust class DocBlocks accordingly.
See #33701. Built from https://develop.svn.wordpress.org/trunk@35241 git-svn-id: http://core.svn.wordpress.org/trunk@35207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Terms List Table class.
|
||||
* List Table API: WP_Terms_List_Table class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage List_Table
|
||||
* @subpackage Administration
|
||||
* @since 3.1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used to implement displaying terms in a list table.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @access private
|
||||
*
|
||||
* @see WP_List_Table
|
||||
*/
|
||||
class WP_Terms_List_Table extends WP_List_Table {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user