function nodewords_perm in Nodewords: D6 Meta Tags 6
Same name and namespace in other branches
- 5 nodewords.module \nodewords_perm()
- 6.3 nodewords.module \nodewords_perm()
- 6.2 nodewords.module \nodewords_perm()
Implements hook_perm().
File
- ./
nodewords.module, line 548 - Implement an API that other modules can use to implement meta tags.
Code
function nodewords_perm() {
return array(
'administer meta tags',
);
}