Fix get_tax_sql() docs. Props Viper007Bond. Fixes #15431

git-svn-id: http://svn.automattic.com/wordpress/trunk@16382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-11-15 11:24:55 +00:00
parent cc72395bbb
commit 9e939da4f3

View File

@ -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'