You are here

function disqus_perm in Disqus 5

Same name and namespace in other branches
  1. 6 disqus.module \disqus_perm()

Implementation of hook_perm().

File

./disqus.module, line 23

Code

function disqus_perm() {
  return array(
    'administer disqus',
    'view disqus comments',
  );
}