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/class-wp-themes-list-table.php

    r17303 r17322  
    66 * @subpackage List_Table
    77 * @since 3.1.0
     8 * @access private
    89 */
    910class WP_Themes_List_Table extends WP_List_Table {
     
    102103
    103104    function display() {
    104         wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
     105        // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
    105106?>
    106107        <?php $this->tablenav( 'top' ); ?>
Note: See TracChangeset for help on using the changeset viewer.