You are here

function troll_author_pane_allow_preprocess_disable in Author Pane 6.2

Implementation of hook_author_pane_allow_preprocess_disable().

File

modules/troll.author-pane.inc, line 28
Provides a preprocess function on behalf of the troll module.

Code

function troll_author_pane_allow_preprocess_disable() {
  return array(
    'troll' => 'Troll',
  );
}