You are here

function tablesorter_permission in Tablesorter 7

Same name and namespace in other branches
  1. 7.2 tablesorter.module \tablesorter_permission()

Implements hook_permission().

File

./tablesorter.module, line 82
Tablesorter.

Code

function tablesorter_permission() {
  return array(
    'access tablesorter content' => array(
      'title' => t('Access tablesorter for Customize.'),
    ),
  );
}