wp/wp-admin/includes/class-wp-post-comments-list-table.php
changeset 21 48c4eec2b7e6
parent 9 177826044cd9
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     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