Make WordPress Core


Ignore:
Timestamp:
07/25/2014 12:19:21 AM (10 years ago)
Author:
wonderboymusic
Message:

Adds <label>s to current page selector and bulk actions <select> field so that screen readers have an explicit label.

Props joedolson.
Fixes #28867.

File:
1 edited

Legend:

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

    r29226 r29294  
    299299    }
    300300
    301     public function bulk_actions() {
     301    public function bulk_actions( $which ) {
    302302        global $status;
    303303
     
    305305            return;
    306306
    307         parent::bulk_actions();
     307        parent::bulk_actions( $which );
    308308    }
    309309
Note: See TracChangeset for help on using the changeset viewer.