You are here

function userpoints_author_pane_allow_preprocess_disable in Author Pane 6.2

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

Implementation of hook_author_pane_allow_preprocess_disable().

File

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

Code

function userpoints_author_pane_allow_preprocess_disable() {
  return array(
    'userpoints' => 'User Points',
  );
}