Changeset 16469 for trunk/wp-includes/category-template.php
- Timestamp:
- 11/18/2010 07:12:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r16430 r16469 1175 1175 * @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for. 1176 1176 * @param string $taxonomy Taxonomy name 1177 * @param int| post object Optional.Post to check instead of the current post.1177 * @param int|object $post Optional. Post to check instead of the current post. 1178 1178 * @return bool True if the current post has any of the given tags (or any tag, if no tag specified). 1179 1179 */
Note: See TracChangeset
for help on using the changeset viewer.