function disqus_perm in Disqus 6
Same name and namespace in other branches
- 5 disqus.module \disqus_perm()
Implementation of hook_perm().
File
- ./
disqus.module, line 23
Code
function disqus_perm() {
return array(
'administer disqus',
'view disqus comments',
'display disqus comments on profile',
'toggle disqus comments',
);
}