function nofollowlist_permission in Nofollow List 7
Implements hook_permission().
File
- ./
nofollowlist.module, line 28 - Provides a nofollowlist filter.
Code
function nofollowlist_permission() {
return array(
'administer nofollowlist' => array(
'title' => t('Administer Nofollow List'),
),
);
}