Make WordPress Core


Ignore:
Timestamp:
10/25/2010 04:04:18 AM (13 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/class-wp-list-table.php

    r15955 r15958  
    11<?php
    2 
    32/**
    4  * Base class for displaying a list of items as an ajaxified html table
     3 * Base class and helper functions for displaying a list of items in an ajaxified HTML table.
    54 *
    65 * @package WordPress
     6 * @subpackage List_Table
     7 * @since 3.1.0
     8 */
     9
     10/**
     11 * Base class for displaying a list of items in an ajaxified HTML table.
     12 *
     13 * @package WordPress
     14 * @subpackage List_Table
    715 * @since 3.1.0
    816 */
     
    812820
    813821/**
    814  * Fetch an instance of a WP_List_Table class
     822 * Fetch an instance of a WP_List_Table class.
    815823 *
    816824 * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.