Make WordPress Core


Ignore:
Timestamp:
11/01/2010 09:19:50 AM (14 years ago)
Author:
westi
Message:

The big renaming of the list-table class files.
See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r16097 r16128  
    330330    }
    331331
    332     $wp_list_table = get_list_table('WP_Comments_Table');
     332    $wp_list_table = get_list_table('WP_Comments_List_Table');
    333333
    334334    list ( $columns, $hidden ) = $wp_list_table->get_column_info();
Note: See TracChangeset for help on using the changeset viewer.