function block_patterns_cleanup in Patterns 7
Same name and namespace in other branches
- 7.2 patterns_components/components/block.inc \block_patterns_cleanup()
File
- patterns_components/
components/ block.inc, line 290
Code
function block_patterns_cleanup($action, $tag, &$data) {
return patterns_results();
}