function plus1_perm in Plus 1 6.2
Same name and namespace in other branches
- 6 plus1.module \plus1_perm()
Implements hook_perm().
File
- ./
plus1.module, line 31 - A simple +1 voting widget module.
Code
function plus1_perm() {
return array(
'vote on content',
'administer the voting widget',
);
}