Make WordPress Core


Ignore:
Timestamp:
11/21/2010 02:09:01 PM (14 years ago)
Author:
scribu
Message:

Update get_tax_sql() docblock. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r16512 r16523  
    501501
    502502/*
    503  * Given a meta query, generates SQL to be appended to a main query
     503 * Given a taxonomy query, generates SQL to be appended to a main query
    504504 *
    505505 * @since 3.1.0
     
    519519 * @param string $primary_table
    520520 * @param string $primary_id_column
    521  * @return string
     521 * @return array
    522522 */
    523523function get_tax_sql( $tax_query, $primary_table, $primary_id_column ) {
Note: See TracChangeset for help on using the changeset viewer.