Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:32:19 AM (9 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-ms-themes-list-table.php

    r30648 r30679  
    143143    }
    144144
     145    /**
     146     * @staticvar string $term
     147     * @param WP_Theme $theme
     148     * @return bool
     149     */
    145150    public function _search_callback( $theme ) {
    146151        static $term;
     
    164169
    165170    // Not used by any core columns.
     171    /**
     172     * @global string $orderby
     173     * @global string $order
     174     * @param array $theme_a
     175     * @param array $theme_b
     176     * @return int
     177     */
    166178    public function _order_callback( $theme_a, $theme_b ) {
    167179        global $orderby, $order;
     
    267279    }
    268280
     281    /**
     282     * @global string $status
     283     * @global int $page
     284     * @global string $s
     285     * @global array $totals
     286     * @param WP_Theme $theme
     287     */
    269288    public function single_row( $theme ) {
    270289        global $status, $page, $s, $totals;
Note: See TracChangeset for help on using the changeset viewer.