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

git-svn-id: https://develop.svn.wordpress.org/trunk@16382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-15 11:24:55 +00:00
parent e72a75d2d6
commit 688dda0b1d

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'