phpdoc for the various list table includes. see #14579.

git-svn-id: https://develop.svn.wordpress.org/trunk@15958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-25 04:04:18 +00:00
parent d8672ca5d8
commit c1d8f9cd69
13 changed files with 63 additions and 73 deletions

View File

@@ -1,14 +1,11 @@
<?php
/**
* List table classes
*
* Each list-type admin screen has a class that handles the rendering of the list table.
* Plugins List Table class.
*
* @package WordPress
* @subpackage Administration
* @subpackage List_Table
* @since 3.1.0
*/
class WP_Plugins_Table extends WP_List_Table {
function WP_Plugins_Table() {