You are here

function taxonomy_patterns_cleanup in Patterns 7

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

File

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

Code

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

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