Make WordPress Core


Ignore:
Timestamp:
01/11/2011 08:03:50 PM (16 years ago)
Author:
nacin
Message:

Nonce checks for internal linking and list table ajax. fixes #16188.

File:
1 edited

Legend:

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

    r17239 r17255  
    685685        function display() {
    686686                extract( $this->_args );
     687
     688                wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' );
    687689
    688690                $this->display_tablenav( 'top' );
Note: See TracChangeset for help on using the changeset viewer.