Ticket #35446: 35446.patch
File 35446.patch, 1002 bytes (added by , 9 years ago) |
---|
-
wp-includes/category-template.php
348 348 * of the option elements. Accepts any valid term field: 'term_id', 'name', 349 349 * 'slug', 'term_group', 'term_taxonomy_id', 'taxonomy', 'description', 350 350 * 'parent', 'count'. Default 'term_id'. 351 * @type string $taxonomy Name of the categoryto retrieve. Default 'category'.351 * @type string|array $taxonomy Name of the category or categories to retrieve. Default 'category'. 352 352 * @type bool $hide_if_empty True to skip generating markup if no categories are found. 353 353 * Default false (create select element even if no categories are found). 354 354 * }