From 9e939da4f32fe784fb5c52daa25b624c0c02017e 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: http://svn.automattic.com/wordpress/trunk@16382 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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'