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-plugin-install-list-table.php

    r30648 r30679  
    269269    }
    270270
     271    /**
     272     * @param string $which
     273     */
    271274    protected function display_tablenav( $which ) {
    272275        if ( $GLOBALS['tab'] === 'featured' ) {
     
    307310    }
    308311
     312    /**
     313     * @param object $plugin_a
     314     * @param object $plugin_b
     315     * @return int
     316     */
    309317    private function order_callback( $plugin_a, $plugin_b ) {
    310318        $orderby = $this->orderby;
Note: See TracChangeset for help on using the changeset viewer.