Make WordPress Core


Ignore:
Timestamp:
08/25/2010 12:51:44 AM (14 years ago)
Author:
scribu
Message:

Introduce get_list_table(). See #14579

File:
1 edited

Legend:

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

    r15519 r15528  
    463463    add_filter('manage_edit-comments_sortable_columns', create_function('', 'return array();'), 8);
    464464
    465     require_once( './includes/default-list-tables.php' );
    466     $wp_list_table = new WP_Comments_Table;
     465    $wp_list_table = get_list_table('comments');
    467466?>
    468467
Note: See TracChangeset for help on using the changeset viewer.