Make WordPress Core

Ticket #16031: remove-bulk-actions.diff

File remove-bulk-actions.diff, 537 bytes (added by westi, 14 years ago)

Quick patch

  • public/wp-admin/includes/class-wp-list-table.php

    ### Eclipse Workspace Patch 1.0
    #P trunk.domain
     
    265265
    266266                if ( is_null( $this->_actions ) ) {
    267267                        $this->_actions = $this->get_bulk_actions();
    268                         $this->_actions = apply_filters( 'bulk_actions-' . $screen->id, $this->_actions );
    269268                        $two = '';
    270269                }
    271270                else {