Changeset 16854 for trunk/wp-includes/query.php
- Timestamp:
- 12/10/2010 08:20:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r16853 r16854 1472 1472 1473 1473 /* 1474 * Parses various taxonomy related query vars and sets the appropriate query flags 1474 * Parses various taxonomy related query vars and sets the appropriate query flags. 1475 1475 * 1476 1476 * @access protected … … 1478 1478 * 1479 1479 * @param array &$q The query variables 1480 * @return array tax query1480 * @return WP_Tax_Query 1481 1481 */ 1482 1482 function parse_tax_query( &$q ) {
Note: See TracChangeset
for help on using the changeset viewer.