From 688dda0b1d4e6064be818190d6bd4eb4de6db2d1 Mon Sep 17 00:00:00 2001 From: scribu Date: Mon, 15 Nov 2010 11:24:55 +0000 Subject: [PATCH] Fix get_tax_sql() docs. Props Viper007Bond. Fixes #15431 git-svn-id: https://develop.svn.wordpress.org/trunk@16382 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index eff7ac8f39..bef3522e14 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -564,7 +564,7 @@ function get_objects_in_term( $terms, $taxonomies, $args = array() ) { * - 'terms' string|array The list of terms * - 'field' string (optional) Which term field is being used. * Possible values: 'term_id', 'slug' or 'name' - * Default: 'slug' + * Default: 'term_id' * - 'operator' string (optional) * Possible values: 'IN' and 'NOT IN'. * Default: 'IN'