Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r52180 r52204  
    662662     * @since 2.1.0
    663663     *
    664      * @param string $output HTML output.
    665      * @param array  $args   An array of taxonomy-listing arguments. See wp_list_categories()
    666      *                       for information on accepted arguments.
     664     * @param string       $output HTML output.
     665     * @param array|string $args   An array or query string of taxonomy-listing arguments. See
     666     *                             wp_list_categories() for information on accepted arguments.
    667667     */
    668668    $html = apply_filters( 'wp_list_categories', $output, $args );
Note: See TracChangeset for help on using the changeset viewer.