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

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