Make WordPress Core


Ignore:
Timestamp:
10/25/2010 04:04:18 AM (14 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

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

    r15954 r15958  
    11<?php
    22/**
    3  * List table classes
    4  *
    5  * Each list-type admin screen has a class that handles the rendering of the list table.
     3 * Posts List Table class.
    64 *
    75 * @package WordPress
    8  * @subpackage Administration
     6 * @subpackage List_Table
     7 * @since 3.1.0
    98 */
    10 
    119class WP_Posts_Table extends WP_List_Table {
    1210
Note: See TracChangeset for help on using the changeset viewer.