Changeset 37486 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 05/22/2016 05:23:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r37465 r37486 514 514 * @type string $feed Text to use for the feed link. Default 'Feed for all posts filed 515 515 * under [cat name]'. 516 * @type string $feed_type Feed type. Used to build feed link. See {@link get_term_feed_link()}.516 * @type string $feed_type Feed type. Used to build feed link. See get_term_feed_link(). 517 517 * Default empty string (default feed). 518 518 * @type string $feed_image URL of an image to use for the feed link. Default empty string. 519 * @type int $child_of Term ID to retrieve child terms of. See {@link get_terms()}. Default 0.519 * @type int $child_of Term ID to retrieve child terms of. See get_terms(). Default 0. 520 520 * @type array|string $exclude Array or comma/space-separated string of term IDs to exclude. 521 521 * If `$hierarchical` is true, descendants of `$exclude` terms will also 522 * be excluded; see `$exclude_tree`. See {@link get_terms()}.522 * be excluded; see `$exclude_tree`. See get_terms(). 523 523 * Default empty string. 524 524 * @type array|string $exclude_tree Array or comma/space-separated string of term IDs to exclude, along 525 * with their descendants. See {@link get_terms()}. Default empty string.525 * with their descendants. See get_terms(). Default empty string. 526 526 * @type bool|int $echo True to echo markup, false to return it. Default 1. 527 527 * @type int|array $current_category ID of category, or array of IDs of categories, that should get the 528 528 * 'current-cat' class. Default 0. 529 529 * @type bool $hierarchical Whether to include terms that have non-empty descendants. 530 * See {@link get_terms()}. Default true.530 * See get_terms(). Default true. 531 531 * @type string $title_li Text to use for the list title `<li>` element. Pass an empty string 532 532 * to disable. Default 'Categories'.
Note: See TracChangeset
for help on using the changeset viewer.