- Timestamp:
- 01/16/2011 09:47:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-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_Theme_Install_List_Table extends WP_List_Table { … … 128 129 function display() { 129 130 130 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );131 // wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 131 132 ?> 132 133 <div class="tablenav top">
Note: See TracChangeset
for help on using the changeset viewer.