function nodewords_perm in Nodewords: D6 Meta Tags 5
Same name and namespace in other branches
- 6.3 nodewords.module \nodewords_perm()
- 6 nodewords.module \nodewords_perm()
- 6.2 nodewords.module \nodewords_perm()
Implementation of hook_perm().
File
- ./
nodewords.module, line 244 - Assign META tags to nodes, vocabularies, terms and pages.
Code
function nodewords_perm() {
return array(
'administer meta tags',
'edit meta tags',
);
}