From 3c7fb2fb3b501156248eb9e8209141e2752298b0 Mon Sep 17 00:00:00 2001 From: scribu Date: Sun, 21 Nov 2010 14:09:01 +0000 Subject: [PATCH] Update get_tax_sql() docblock. See #14579 git-svn-id: https://develop.svn.wordpress.org/trunk@16523 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index b2cb9543b2..bb3e081c38 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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;