Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:32:19 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for List Tables.

See #30224.

File:
1 edited

Legend:

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

    r30661 r30679  
    105105    }
    106106
     107    /**
     108     * @param string $which
     109     */
    107110    protected function extra_tablenav( $which ) {
    108111        if ( 'bar' !== $which ) {
     
    147150    }
    148151
     152    /**
     153     * @param string $which
     154     */
    149155    protected function pagination( $which ) {
    150         global $mode;
    151 
    152156        parent::pagination( $which );
    153157    }
     
    494498    }
    495499
     500    /**
     501     * @param WP_Post $post
     502     * @param string  $att_title
     503     */
    496504    private function _get_row_actions( $post, $att_title ) {
    497505        $actions = array();
Note: See TracChangeset for help on using the changeset viewer.