Changeset 53318 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 04/29/2022 07:27:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r52958 r53318 332 332 * @type bool $required Whether the `<select>` element should have the HTML5 'required' attribute. 333 333 * Default false. 334 * @type Walker $walker Walker object to use to build the output. Default empty which results in a 335 * Walker_CategoryDropdown instance being used. 334 336 * } 335 337 * @return string HTML dropdown list of categories. … … 519 521 * @type bool|int $use_desc_for_title Whether to use the category description as the title attribute. 520 522 * Accepts 0, 1, or their bool equivalents. Default 1. 523 * @type Walker $walker Walker object to use to build the output. Default empty which results 524 * in a Walker_Category instance being used. 521 525 * } 522 526 * @return void|string|false Void if 'echo' argument is true, HTML list of categories if 'echo' is false.
Note: See TracChangeset
for help on using the changeset viewer.