[wp-trac] [WordPress Trac] #37165: Problem bulk actions is disabled

WordPress Trac noreply at wordpress.org
Fri Jun 24 10:03:29 UTC 2016


#37165: Problem bulk actions is disabled
------------------------------+-----------------------------
 Reporter:  sebastian.pisula  |      Owner:
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  General           |    Version:
 Severity:  normal            |   Keywords:
  Focuses:                    |
------------------------------+-----------------------------
 I have this filter: `add_filter( 'bulk_actions-{$this->screen->id}',
 '__return_empty_array' );` and in page I have space because I have empty
 div:

 `<div class="alignleft actions bulkactions"></div>`

 Problem is in wp-admin/includes/class-wp-list-table.php:1182:

 {{{#!php
 <?php
  if ( $this->has_items() ): ?>
                 <div class="alignleft actions bulkactions">
                         <?php $this->bulk_actions( $which ); ?>
                 </div>
                 <?php endif;
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37165>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list