Make WordPress Core


Ignore:
Timestamp:
01/16/2011 09:47:24 PM (14 years ago)
Author:
nacin
Message:

Remove AJAX from list tables. first pass. see #16262.

File:
1 edited

Legend:

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

    r17318 r17322  
    333333
    334334    if ( $mode == 'single' ) {
    335         $wp_list_table = get_list_table('WP_Post_Comments_List_Table');
     335        $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
    336336    } else {
    337         $wp_list_table = get_list_table('WP_Comments_List_Table');
     337        $wp_list_table = _get_list_table('WP_Comments_List_Table');
    338338    }
    339339
Note: See TracChangeset for help on using the changeset viewer.