function pathauto_patterns_cleanup in Patterns 7.2
Same name and namespace in other branches
- 7 patterns_components/components/pathauto.inc \pathauto_patterns_cleanup()
File
- patterns_components/
components/ pathauto.inc, line 410
Code
function pathauto_patterns_cleanup($action, $tag, &$data = NULL) {
unset($_POST['op']);
return patterns_results();
}