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:
Andrew Nacin 2012-11-06 00:52:49 +00:00
parent 4902853127
commit fc2e20c4a7

View File

@ -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 );