equal
deleted
inserted
replaced
9 |
9 |
10 /** |
10 /** |
11 * Core class used to implement displaying post comments in a list table. |
11 * Core class used to implement displaying post comments in a list table. |
12 * |
12 * |
13 * @since 3.1.0 |
13 * @since 3.1.0 |
14 * @access private |
|
15 * |
14 * |
16 * @see WP_Comments_List_Table |
15 * @see WP_Comments_List_Table |
17 */ |
16 */ |
18 class WP_Post_Comments_List_Table extends WP_Comments_List_Table { |
17 class WP_Post_Comments_List_Table extends WP_Comments_List_Table { |
19 |
18 |