Merge pull request #735 from martinec/patch-1

minor refactor: default is 'and'
This commit is contained in:
Flavio Copes
2016-03-21 09:00:41 +01:00

View File

@@ -76,7 +76,7 @@ class Taxonomy
* particular taxonomy.
*
* @param array $taxonomies taxonomies to search, eg ['tag'=>['animal','cat']]
* @param string $operator can be 'or' or 'and' (defaults to 'or')
* @param string $operator can be 'or' or 'and' (defaults to 'and')
*
* @return Collection Collection object set to contain matches found in the taxonomy map
*/