function wordstream_perm in WordStream Keyword Tools 6
Implementation of hook_perm()
File
- ./
wordstream.module, line 59
Code
function wordstream_perm() {
return array(
'admin wordstream',
'access wordstream reports',
);
}
Implementation of hook_perm()
function wordstream_perm() {
return array(
'admin wordstream',
'access wordstream reports',
);
}