diff options
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 2b13969be..1a67b4754 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -57,7 +57,7 @@ class FieldValidationException extends FieldException { /** * Argument for an insert operation. - * This is used in hook_field_storage_write when updating an + * This is used in hook_field_storage_write when updating an * existing object. */ define('FIELD_STORAGE_UPDATE', 'update'); @@ -284,7 +284,7 @@ function _field_attach_load($obj_type, $objects, $age = FIELD_LOAD_CURRENT) { // results are merged into the $queried_objects, and into the $additions // array, that will eventually get cached. - // Invoke hook_field_attach_pre_load(): let any module load field + // Invoke hook_field_attach_pre_load(): let any module load field // data before the storage engine, accumulating along the way. $additions_pre_load = array(); $skip_fields = array(); |