function token_tweaks_preprocess_token_tree in Token tweaks 7
File
- ./
token_tweaks.module, line 19
Code
function token_tweaks_preprocess_token_tree(&$variables) {
$variables['recursion_limit'] = min(variable_get('token_tree_recursion_limit', 3), $variables['recursion_limit']);
}