- Timestamp:
- 09/22/2015 02:30:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-post-comments-list-table.php
r34223 r34423 1 1 <?php 2 2 /** 3 * Post Comments ListTable class3 * Comment API: WP_Post_Comments_List_Table class 4 4 * 5 5 * @package WordPress … … 9 9 10 10 /** 11 * Post Comments List Table class.11 * Core list table class used to output the post comments list table. 12 12 * 13 * @package WordPress14 * @subpackage List_Table15 13 * @since 3.1.0 16 14 * @access private 17 15 * 18 * @see WP_Comments_ Table16 * @see WP_Comments_List_Table 19 17 */ 20 18 class WP_Post_Comments_List_Table extends WP_Comments_List_Table {
Note: See TracChangeset
for help on using the changeset viewer.