Remove methods that override but do nothing. props jeremyfelt for initial patch. fixes #22368.
git-svn-id: https://develop.svn.wordpress.org/trunk@22395 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4902853127
commit
fc2e20c4a7
@ -242,15 +242,6 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
||||
return $actions;
|
||||
}
|
||||
|
||||
function bulk_actions( $which ) {
|
||||
global $status;
|
||||
parent::bulk_actions( $which );
|
||||
}
|
||||
|
||||
function current_action() {
|
||||
return parent::current_action();
|
||||
}
|
||||
|
||||
function display_rows() {
|
||||
foreach ( $this->items as $key => $theme )
|
||||
$this->single_row( $key, $theme );
|
||||
|
Loading…
Reference in New Issue
Block a user