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/edit.php

    r17321 r17322  
    2424    wp_die(__('Cheatin’ uh?'));
    2525
    26 $wp_list_table = get_list_table('WP_Posts_List_Table');
     26$wp_list_table = _get_list_table('WP_Posts_List_Table');
    2727$pagenum = $wp_list_table->get_pagenum();
    2828
Note: See TracChangeset for help on using the changeset viewer.