- Timestamp:
- 11/03/2010 09:09:27 PM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table-comments.php
r16170 r16171 15 15 * @since 3.1.0 16 16 */ 17 class WP_ Comments_List_Tableextends WP_List_Table {17 class WP_List_Table_Comments extends WP_List_Table { 18 18 19 19 var $checkbox = true; … … 22 22 var $pending_count = array(); 23 23 24 function WP_ Comments_List_Table() {24 function WP_List_Table_Comments() { 25 25 global $mode; 26 26 … … 503 503 * @see WP_Comments_Table 504 504 */ 505 class WP_ Post_Comments_List_Table extends WP_Comments_List_Table{505 class WP_List_Table_Post_Comments extends WP_List_Table_Comments { 506 506 507 507 function get_columns() {
Note: See TracChangeset
for help on using the changeset viewer.