| 5 comment.module | comment_perm() |
| 6 comment.module | comment_perm() |
Implementation of hook_perm().
File
- modules/
comment.module, line 151 - Enables users to comment on published content.
Code
function comment_perm() {
return array('access comments', 'post comments', 'administer comments', 'post comments without approval');
}
Login or register to post comments