- Timestamp:
- 10/17/2015 03:12:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-post-comments-list-table.php
r34423 r35241 1 1 <?php 2 2 /** 3 * CommentAPI: WP_Post_Comments_List_Table class3 * List Table API: WP_Post_Comments_List_Table class 4 4 * 5 5 * @package WordPress 6 * @subpackage List_Table6 * @subpackage Administration 7 7 * @since 4.4.0 8 8 */ 9 9 10 10 /** 11 * Core list table class used to output the post commentslist table.11 * Core class used to implement displaying post comments in a list table. 12 12 * 13 13 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.