A typo in the docblock for $fieldMetaConditions in entity.query.inc
* @see EntityFieldQuery::fieldLanguageCondition()
* @see EntityFieldQuery::fielDeltaCondition()
results in a missing link on api.drupal.org.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | typo-in-fieldMetaConditions-docblock-1537888-3.patch | 411 bytes | wulff |
| #1 | typo-in-fieldMetaConditions-docblock-1537888-1.patch | 477 bytes | wulff |
Comments
Comment #1
wulff commentedI have attached a patch which fixes the typo.
The same typo is present in
includes/entity.incin D7.Comment #2
jhodgdonThanks! Committed to D8. Needs backport to D7.
Comment #3
wulff commentedI have attached a patch for D7.
Comment #4
jhodgdonThanks! Committed to 7.x too.