Make WordPress Core


Ignore:
Timestamp:
11/04/2010 08:07:03 AM (14 years ago)
Author:
westi
Message:

Revert [16171] and [16172] - The class names were fine as they were and the MultiSite classes stand out more with the original naming.

File:
1 edited

Legend:

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

    r16171 r16175  
    330330    }
    331331
    332     $wp_list_table = get_list_table('WP_List_Table_Comments');
     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.