Make WordPress Core

Changeset 22395


Ignore:
Timestamp:
11/06/2012 12:52:49 AM (14 years ago)
Author:
nacin
Message:

Remove methods that override but do nothing. props jeremyfelt for initial patch. fixes #22368.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-themes-list-table.php

    r21914 r22395  
    243243        }
    244244
    245         function bulk_actions( $which ) {
    246                 global $status;
    247                 parent::bulk_actions( $which );
    248         }
    249 
    250         function current_action() {
    251                 return parent::current_action();
    252         }
    253 
    254245        function display_rows() {
    255246                foreach ( $this->items as $key => $theme )
Note: See TracChangeset for help on using the changeset viewer.