Changeset 17322 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 01/16/2011 09:47:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r17303 r17322 6 6 * @subpackage List_Table 7 7 * @since 3.1.0 8 * @access private 8 9 */ 9 10 class WP_Themes_List_Table extends WP_List_Table { … … 102 103 103 104 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' ); 105 106 ?> 106 107 <?php $this->tablenav( 'top' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.