diff --git a/modules/field/field.module b/modules/field/field.module index 9a2dd1a..8107200 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -963,9 +963,10 @@ function field_has_data($field) { * * This method does not determine whether access is granted to the entity * itself, only the specific field. Callers are responsible for ensuring that - * entity access is also respected, for example with the nodes, check - * node_access() before checking field_access() and with the Entity API - * contributed module check entity_access() before checking field_access(). + * entity access is also respected. For Example, when checking field access for + * nodes, check node_access() before checking field_access() and when checking + * field access for entities, check entity_access() before checking + * field_access(). * * @param $op * The operation to be performed. Possible values: