Changeset 61649 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 02/15/2026 11:17:55 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r61454 r61649 1488 1488 * @param string|int|array $category Optional. The category name/term_id/slug, 1489 1489 * or an array of them to check for. Default empty. 1490 * @param int|WP_Post $post Optional. Post to check. Defaults to the current post.1490 * @param int|WP_Post|null $post Optional. Post to check. Defaults to the current post. 1491 1491 * @return bool True if the current post has any of the given categories 1492 1492 * (or any category, if no category specified). False otherwise. … … 1515 1515 * @param string|int|array $tag Optional. The tag name/term_id/slug, 1516 1516 * or an array of them to check for. Default empty. 1517 * @param int|WP_Post $post Optional. Post to check. Defaults to the current post.1517 * @param int|WP_Post|null $post Optional. Post to check. Defaults to the current post. 1518 1518 * @return bool True if the current post has any of the given tags 1519 1519 * (or any tag, if no tag specified). False otherwise. … … 1536 1536 * or an array of them to check for. Default empty. 1537 1537 * @param string $taxonomy Optional. Taxonomy name. Default empty. 1538 * @param int|WP_Post $post Optional. Post to check. Defaults to the current post.1538 * @param int|WP_Post|null $post Optional. Post to check. Defaults to the current post. 1539 1539 * @return bool True if the current post has any of the given terms 1540 1540 * (or any term, if no term specified). False otherwise.
Note: See TracChangeset
for help on using the changeset viewer.