plugin updates
This commit is contained in:
@@ -625,7 +625,7 @@ class WP_List_Table {
|
||||
|
||||
echo "</select>\n";
|
||||
|
||||
submit_button( __( 'Apply' ), 'action', '', false, array( 'id' => "doaction$two" ) );
|
||||
submit_button( __( 'Apply' ), 'action', 'bulk_action', false, array( 'id' => "doaction$two" ) );
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
@@ -1718,7 +1718,7 @@ class WP_List_Table {
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates the table rows.
|
||||
* Generates the list table rows.
|
||||
*
|
||||
* @since 3.1.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user