Ticket #16031: remove-bulk-actions.diff
File remove-bulk-actions.diff, 537 bytes (added by , 14 years ago) |
---|
-
public/wp-admin/includes/class-wp-list-table.php
### Eclipse Workspace Patch 1.0 #P trunk.domain
265 265 266 266 if ( is_null( $this->_actions ) ) { 267 267 $this->_actions = $this->get_bulk_actions(); 268 $this->_actions = apply_filters( 'bulk_actions-' . $screen->id, $this->_actions );269 268 $two = ''; 270 269 } 271 270 else {