You are here

function profanity_permission in Profanity 7

Implements hook_permission().

File

./profanity.module, line 10
Main {profanity} file.

Code

function profanity_permission() {
  return array(
    'administer profanity' => array(
      'title' => 'Administer profanity',
    ),
  );
}