Ticket #18817: wp-list-table-nonce.diff
| File wp-list-table-nonce.diff, 878 bytes (added by , 15 years ago) |
|---|
-
Users/bigdawggi/web/annotum/wp-admin/includes/class-wp-list-table.php
750 750 */ 751 751 function display_tablenav( $which ) { 752 752 if ( 'top' == $which ) 753 wp_nonce_field( 'bulk-' . $this->_args['plural']);753 $this->output_nonce_field(); 754 754 ?> 755 755 <div class="tablenav <?php echo esc_attr( $which ); ?>"> 756 756 … … 768 768 } 769 769 770 770 /** 771 * Outputs a nonce field for the table 772 * 773 * @access protected 774 */ 775 function output_nonce_field() { 776 wp_nonce_field( 'bulk-' . $this->_args['plural'] ); 777 } 778 779 /** 771 780 * Extra controls to be displayed between bulk actions and pagination 772 781 * 773 782 * @since 3.1.0
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)