- Timestamp:
- 01/16/2011 09:47:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r17262 r17322 14 14 * @subpackage List_Table 15 15 * @since 3.1.0 16 * @access private 16 17 */ 17 18 class WP_Comments_List_Table extends WP_List_Table { … … 267 268 extract( $this->_args ); 268 269 269 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );270 // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 270 271 271 272 $this->display_tablenav( 'top' ); … … 510 511 * @subpackage List_Table 511 512 * @since 3.1.0 513 * @access private 512 514 * 513 515 * @see WP_Comments_Table … … 537 539 extract( $this->_args ); 538 540 539 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );541 // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 540 542 ?> 541 543 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0" style="display:none;">
Note: See TracChangeset
for help on using the changeset viewer.