You are here

function user_stats_author_pane_allow_preprocess_disable in User Stats 7

Same name and namespace in other branches
  1. 6 user_stats.author-pane.inc \user_stats_author_pane_allow_preprocess_disable()

Implements hook_author_pane_allow_preprocess_disable().

File

./user_stats.author-pane.inc, line 59
Provides a preprocess function for the author pane used by Advanced Forum and Advanced Profile Kit.

Code

function user_stats_author_pane_allow_preprocess_disable() {
  return array(
    'user_stats' => 'User Stats',
  );
}