diff options
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index acc541f83..72f1d4f1b 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -735,7 +735,7 @@ function _field_attach_delete_bundle($bundle) { field_delete_instance($instance['field_name'], $bundle); } - // Let other modules act on deleting the bundle + // Let other modules act on deleting the bundle. foreach (module_implements('field_attach_delete_bundle') as $module) { $function = $module . '_field_attach_delete_bundle'; $function($bundle, $instances); |