comment_perm()
Implementation of hook_perm().
modules/comment/comment.module, line 274
<?php function comment_perm() { return array('access comments', 'post comments', 'administer comments', 'post comments without approval'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen