Make WordPress Core


Ignore:
Timestamp:
04/29/2022 07:27:00 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Improve documentation of the walker argument for various functions.

See #54729

File:
1 edited

Legend:

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

    r53220 r53318  
    6969 *     @type int[]  $popular_cats         Array of category IDs to receive the "popular-category" class.
    7070 *                                        Default false.
    71  *     @type Walker $walker               Walker object to use to build the output.
    72  *                                        Default is a Walker_Category_Checklist instance.
     71 *     @type Walker $walker               Walker object to use to build the output. Default empty which
     72 *                                        results in a Walker_Category_Checklist instance being used.
    7373 *     @type string $taxonomy             Taxonomy to generate the checklist for. Default 'category'.
    7474 *     @type bool   $checked_ontop        Whether to move checked items out of the hierarchy and to
Note: See TracChangeset for help on using the changeset viewer.