Make WordPress Core

Changeset 25509


Ignore:
Timestamp:
09/19/2013 09:00:02 PM (11 years ago)
Author:
helen
Message:

Add a class to the bulk actions wrapper div. props nofearinc. fixes #25197.

File:
1 edited

Legend:

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

    r25254 r25509  
    765765    <div class="tablenav <?php echo esc_attr( $which ); ?>">
    766766
    767         <div class="alignleft actions">
     767        <div class="alignleft actions bulkactions">
    768768            <?php $this->bulk_actions(); ?>
    769769        </div>
Note: See TracChangeset for help on using the changeset viewer.