You are here

function image_field_caption_field_attach_insert in Image Field Caption 7.2

Implements hook_field_attach_insert().

File

./image_field_caption.module, line 228
Provides a caption textarea for image fields.

Code

function image_field_caption_field_attach_insert($entity_type, $entity) {
  image_field_caption_field_attach_update($entity_type, $entity);
}