function twitter_block_perm in Twitter Block 6
Implementation of hook_perm().
File
- ./
twitter_block.module, line 11 - A module to provide simple Twitter blocks using the Twitter Search API.
Code
function twitter_block_perm() {
return array(
'Administer Twitter Blocks',
);
}