Changeset 53318 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 04/29/2022 07:27:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r53220 r53318 69 69 * @type int[] $popular_cats Array of category IDs to receive the "popular-category" class. 70 70 * 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. 73 73 * @type string $taxonomy Taxonomy to generate the checklist for. Default 'category'. 74 74 * @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.