You are here

function user_badges_author_pane_allow_preprocess_disable in Author Pane 6.2

Same name and namespace in other branches
  1. 7.2 modules/user_badges.author-pane.inc \user_badges_author_pane_allow_preprocess_disable()

Implementation of hook_author_pane_allow_preprocess_disable().

File

modules/user_badges.author-pane.inc, line 43
Provides a preprocess function on behalf of the user badges module.

Code

function user_badges_author_pane_allow_preprocess_disable() {
  return array(
    'user_badges' => 'User Badges',
  );
}