You are here

function markup_content_is_empty in Markup 6

Implements hook cck hook_content_is_empty().

File

./markup.module, line 322
Defines a field type for displaying markup on the node/edit form.

Code

function markup_content_is_empty($item, $field) {
  return TRUE;
}