diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-08-18 14:15:07 +0200 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-08-18 14:15:07 +0200 |
commit | b8f53337739f6d5f07bea18342473f4e6794eb97 (patch) | |
tree | 5afbf4f6f489a4f30a79d219e5e64c3bea92a77a /includes | |
parent | fbedd1a9be9c08fb80dab5edf3906866905f1095 (diff) | |
download | brdo-b8f53337739f6d5f07bea18342473f4e6794eb97.tar.gz brdo-b8f53337739f6d5f07bea18342473f4e6794eb97.tar.bz2 |
Issue #1054162 by tim.plunkett, Transition, Dave Reid, joachim, no_commit_credit, Berdir, marcingy, damiankloip: Taxonomy bundles not supported by EntityFieldQuery (followup).
Diffstat (limited to 'includes')
-rw-r--r-- | includes/entity.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/entity.inc b/includes/entity.inc index b19a23b58..2fefd5904 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -596,9 +596,7 @@ class EntityFieldQuery { * * 'bundle', 'revision_id' and 'entity_id' have no such restrictions. * - * Note: The "comment" and "taxonomy_term" entity types don't support bundle - * conditions. For "taxonomy_term", propertyCondition('vid') can be used - * instead. + * Note: The "comment" entity type does not support bundle conditions. * * @param $name * 'entity_type', 'bundle', 'revision_id' or 'entity_id'. |