Make WordPress Core


Ignore:
Timestamp:
01/08/2015 09:19:24 PM (12 years ago)
Author:
wonderboymusic
Message:

Overriding methods should do more than simply call the same method in the super class.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r31042 r31101  
    148148        public function no_items() {
    149149                _e( 'No media attachments found.' );
    150         }
    151 
    152         /**
    153          * @param string $which
    154          */
    155         protected function pagination( $which ) {
    156                 parent::pagination( $which );
    157150        }
    158151
Note: See TracChangeset for help on using the changeset viewer.