You are here

function social_comments_field_is_empty in Open Social 7

Implements hook_field_is_empty().

File

./social_comments.module, line 105

Code

function social_comments_field_is_empty($item, $field) {
  return empty($item['url']);
}