- Timestamp:
- 07/25/2014 12:19:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r29226 r29294 299 299 } 300 300 301 public function bulk_actions( ) {301 public function bulk_actions( $which ) { 302 302 global $status; 303 303 … … 305 305 return; 306 306 307 parent::bulk_actions( );307 parent::bulk_actions( $which ); 308 308 } 309 309
Note: See TracChangeset
for help on using the changeset viewer.