Make WordPress Core


Ignore:
Timestamp:
01/21/2011 09:17:12 PM (13 years ago)
Author:
markjaquith
Message:

Fix the comments "river." issue 9. props garyc40. see #16262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-comments-list-table.php

    r17322 r17344  
    3333            'plural' => 'comments',
    3434            'singular' => 'comment',
     35            'ajax' => true,
    3536        ) );
    3637    }
     
    268269        extract( $this->_args );
    269270
    270         // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
     271        wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
    271272
    272273        $this->display_tablenav( 'top' );
     
    539540        extract( $this->_args );
    540541
    541         // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
     542        wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
    542543?>
    543544<table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0" style="display:none;">
Note: See TracChangeset for help on using the changeset viewer.