| 5 filter.module | filter_perm() |
| 6 filter.module | filter_perm() |
Implementation of hook_perm().
File
- modules/
filter/ filter.module, line 155 - Framework for handling filtering of content.
Code
function filter_perm() {
return array('administer filters');
}
Login or register to post comments