Changeset 16523 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/21/2010 02:09:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r16512 r16523 501 501 502 502 /* 503 * Given a metaquery, generates SQL to be appended to a main query503 * Given a taxonomy query, generates SQL to be appended to a main query 504 504 * 505 505 * @since 3.1.0 … … 519 519 * @param string $primary_table 520 520 * @param string $primary_id_column 521 * @return string521 * @return array 522 522 */ 523 523 function get_tax_sql( $tax_query, $primary_table, $primary_id_column ) {
Note: See TracChangeset
for help on using the changeset viewer.