You are here

function taxonomy_patterns_cleanup in Patterns 7.2

Same name and namespace in other branches
  1. 7 patterns_components/components/taxonomy.inc \taxonomy_patterns_cleanup()

File

patterns_components/components/taxonomy.inc, line 337
Patterns component for taxonomy vocabularies and terms.

Code

function taxonomy_patterns_cleanup($action, $tag, &$data) {
  unset($_POST['op']);

  // TODO: ???
  return patterns_results();
}