You are here

function social_comments_field_insert in Open Social 7

Implements hook_field_insert().

File

./social_comments.module, line 112

Code

function social_comments_field_insert($entity_type, $entity, $field, $instance, $langcode, &$items) {
  foreach ($items as $delta => $value) {
    trim($items[$delta]['url']);
  }
}