You are here

function tablesorter_permission in Tablesorter 7.2

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

Implements hook_permission().

File

./tablesorter.module, line 40
tablesorter.

Code

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