function comment_perm

Implementation of hook_perm().

Archivo

drupal-6.x/modules/comment/comment.module, line 273
Enables users to comment on published content.

Código

function comment_perm() {
  return array('access comments', 'post comments', 'administer comments', 'post comments without approval');
}