function tablesorter_views_api in Tablesorter 7
Implements hook_views_api().
File
- ./tablesorter.module, line 187 
- Tablesorter.
Code
function tablesorter_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'tablesorter') . '/views',
  );
}