Changeset 46823 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/06/2019 10:41:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r46662 r46823 33 33 * @param int[] $popular_cats Optional. Array of category IDs to receive the "popular-category" class. 34 34 * Default false. 35 * @param object$walker Optional. Walker object to use to build the output.35 * @param Walker $walker Optional. Walker object to use to build the output. 36 36 * Default is a Walker_Category_Checklist instance. 37 37 * @param bool $checked_ontop Optional. Whether to move checked items out of the hierarchy and to … … 69 69 * @type int[] $popular_cats Array of category IDs to receive the "popular-category" class. 70 70 * Default false. 71 * @type object$walker Walker object to use to build the output.71 * @type Walker $walker Walker object to use to build the output. 72 72 * Default is a Walker_Category_Checklist instance. 73 73 * @type string $taxonomy Taxonomy to generate the checklist for. Default 'category'.
Note: See TracChangeset
for help on using the changeset viewer.