Changeset 17255 for trunk/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/11/2011 08:03:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r17239 r17255 685 685 function display() { 686 686 extract( $this->_args ); 687 688 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 687 689 688 690 $this->display_tablenav( 'top' );
Note: See TracChangeset
for help on using the changeset viewer.