Changeset 15958 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 10/25/2010 04:04:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r15955 r15958 1 1 <?php 2 3 2 /** 4 * Base class for displaying a list of items as an ajaxified html table3 * Base class and helper functions for displaying a list of items in an ajaxified HTML table. 5 4 * 6 5 * @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 7 15 * @since 3.1.0 8 16 */ … … 812 820 813 821 /** 814 * Fetch an instance of a WP_List_Table class 822 * Fetch an instance of a WP_List_Table class. 815 823 * 816 824 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.