Changeset 37235
- Timestamp:
- 04/18/2016 01:43:54 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r37225 r37235 269 269 270 270 /** 271 * Is the query for an existing taxonomy archive page?271 * Is the query for an existing custom taxonomy archive page? 272 272 * 273 273 * If the $taxonomy parameter is specified, this function will additionally … … 277 277 * this function will additionally check if the query is for one of the terms 278 278 * specified. 279 * 280 * Returns false for built-in taxonomies (category and tag archives). 279 281 * 280 282 * @since 2.5.0 … … 4332 4334 4333 4335 /** 4334 * Is the query for an existing taxonomy archive page?4336 * Is the query for an existing custom taxonomy archive page? 4335 4337 * 4336 4338 * If the $taxonomy parameter is specified, this function will additionally … … 4340 4342 * this function will additionally check if the query is for one of the terms 4341 4343 * specified. 4344 * 4345 * Returns false for built-in taxonomies (category and tag archives). 4342 4346 * 4343 4347 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.