- Timestamp:
- 11/01/2010 09:19:50 AM (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r16123 r16128 15 15 * @since 3.1.0 16 16 */ 17 class WP_Comments_ Table extends WP_List_Table {17 class WP_Comments_List_Table extends WP_List_Table { 18 18 19 19 var $checkbox = true; … … 22 22 var $pending_count = array(); 23 23 24 function WP_Comments_ Table() {24 function WP_Comments_List_Table() { 25 25 global $mode; 26 26 … … 503 503 * @see WP_Comments_Table 504 504 */ 505 class WP_Post_Comments_ Table extends WP_Comments_Table {505 class WP_Post_Comments_List_Table extends WP_Comments_List_Table { 506 506 507 507 function get_columns() {
Note: See TracChangeset
for help on using the changeset viewer.