filter_perm

5 filter.module filter_perm()
6 filter.module filter_perm()

Implementation of hook_perm().

File

modules/filter.module, line 141
Framework for handling filtering of content.

Code

function filter_perm() {
  return array('administer filters');
}
Login or register to post comments