You are here

function user_badges_author_pane_allow_preprocess_disable in Author Pane 7.2

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

Implements hook_author_pane_allow_preprocess_disable().

File

modules/user_badges.author-pane.inc, line 35
This file 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',
  );
}