function rules_path_clean_pathauto in Rules 7.2
Pathauto path cleaning callback.
See also
Related topics
File
- modules/
path.eval.inc, line 145 - Contains rules integration for the path module needed during evaluation.
Code
function rules_path_clean_pathauto($path) {
module_load_include('inc', 'pathauto');
return pathauto_cleanstring($path);
}