Changeset 16307
- Timestamp:
- 11/11/2010 05:02:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r16250 r16307 230 230 * @since 1.2.0 231 231 * 232 * @uses has_term()233 *234 232 * @param int|string|array $category Category ID, name or slug, or array of said. 235 233 * @param int|object $_post Optional. Post to check instead of the current post. (since 2.7.0) … … 1128 1126 * @since 3.1.0 1129 1127 * 1130 * @uses has_term()1131 *1132 1128 * @param string|int|array $tag Optional. The category name/term_id/slug or array of them to check for. 1133 1129 * @param int|object $post Optional. Post to check instead of the current post. … … 1151 1147 * @since 2.6.0 1152 1148 * 1153 * @uses has_term()1154 *1155 1149 * @param string|int|array $tag Optional. The tag name/term_id/slug or array of them to check for. 1156 1150 * @param int|object $post Optional. Post to check instead of the current post. (since 2.7.0) … … 1170 1164 * @since 3.1.0 1171 1165 * 1172 * @uses is_object_in_term()1173 *1174 1166 * @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for. 1167 * @param string $taxonomy Taxonomy name 1175 1168 * @param int|post object Optional. Post to check instead of the current post. 1176 * @since 2.7.01177 1169 * @return bool True if the current post has any of the given tags (or any tag, if no tag specified). 1178 1170 */
Note: See TracChangeset
for help on using the changeset viewer.