From fc2e20c4a7ae634d7a782af74d6a60cf94e1d7be Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 6 Nov 2012 00:52:49 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-ms-themes-list-table.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wp-admin/includes/class-wp-ms-themes-list-table.php b/wp-admin/includes/class-wp-ms-themes-list-table.php index 4c83b310df..2461b1d1db 100644 --- a/wp-admin/includes/class-wp-ms-themes-list-table.php +++ b/wp-admin/includes/class-wp-ms-themes-list-table.php @@ -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 );