diff --git a/modules/field/field.module b/modules/field/field.module index 39781ac..e12c3da 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -963,8 +963,9 @@ 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 Entity API contributed - * module check entity_access() before checking field_access(). + * 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(). * * @param $op * The operation to be performed. Possible values: