Changeset 46823 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r46451 r46823 1454 1454 * @since 3.1.0 1455 1455 * 1456 * @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for.1457 * @param string $taxonomy Taxonomy name1458 * @param int| object $postOptional. Post to check instead of the current post.1456 * @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for. 1457 * @param string $taxonomy Taxonomy name. 1458 * @param int|WP_Post $post Optional. Post to check instead of the current post. 1459 1459 * @return bool True if the current post has any of the given tags (or any tag, if no tag specified). 1460 1460 */
Note: See TracChangeset
for help on using the changeset viewer.