Make WordPress Core


Ignore:
Timestamp:
10/17/2020 04:03:58 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Fix and upgrade various object docblock notations.

See #50768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-category-dropdown.php

    r42343 r49183  
    4848         * @see Walker::start_el()
    4949         *
    50          * @param string $output   Used to append additional content (passed by reference).
    51          * @param object $category Category data object.
    52          * @param int    $depth    Depth of category. Used for padding.
    53          * @param array  $args     Uses 'selected', 'show_count', and 'value_field' keys, if they exist.
    54          *                         See wp_dropdown_categories().
    55          * @param int    $id       Optional. ID of the current category. Default 0 (unused).
     50         * @param string  $output   Used to append additional content (passed by reference).
     51         * @param WP_Term $category Category data object.
     52         * @param int     $depth    Depth of category. Used for padding.
     53         * @param array   $args     Uses 'selected', 'show_count', and 'value_field' keys, if they exist.
     54         *                          See wp_dropdown_categories().
     55         * @param int     $id       Optional. ID of the current category. Default 0 (unused).
    5656         */
    5757        public function start_el( &$output, $category, $depth = 0, $args = array(), $id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.