You are here

function tweetbutton_field_is_empty in Tweet Button 7.2

Implements hook_field_is_empty().

File

./tweetbutton.module, line 36

Code

function tweetbutton_field_is_empty($item, $field) {
  return FALSE;
}