Update get_tax_sql() docblock. See #14579

git-svn-id: https://develop.svn.wordpress.org/trunk@16523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-21 14:09:01 +00:00
parent f82118f579
commit 3c7fb2fb3b
1 changed files with 2 additions and 2 deletions

View File

@ -500,7 +500,7 @@ function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) {
}
/*
* Given a meta query, generates SQL to be appended to a main query
* Given a taxonomy query, generates SQL to be appended to a main query
*
* @since 3.1.0
*
@ -518,7 +518,7 @@ function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) {
*
* @param string $primary_table
* @param string $primary_id_column
* @return string
* @return array
*/
function get_tax_sql( $tax_query, $primary_table, $primary_id_column ) {
global $wpdb;