WP_Plugins_List_Table::bulk_actions() method declaration should match WP_List_Table, see [29440].
props imath. fixes #29148. git-svn-id: https://develop.svn.wordpress.org/trunk@29453 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c4424ea546
commit
e8e0880851
@ -298,7 +298,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
return $actions;
|
||||
}
|
||||
|
||||
public function bulk_actions( $which ) {
|
||||
public function bulk_actions( $which = '' ) {
|
||||
global $status;
|
||||
|
||||
if ( in_array( $status, array( 'mustuse', 'dropins' ) ) )
|
||||
|
Loading…
Reference in New Issue
Block a user