comment_perm
- Versions
- 4.6 – 6
comment_perm()
Implementation of hook_perm().
Code
modules/comment.module, line 151
<?php
function comment_perm() {
return array('access comments', 'post comments', 'administer comments', 'post comments without approval');
}
?>Login or register to post comments 