mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
Remove methods that override but do nothing. props jeremyfelt for initial patch. fixes #22368.
git-svn-id: http://core.svn.wordpress.org/trunk@22395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
50c704fc80
commit
c2257fcba3
@ -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