You are here

function user_titles_author_pane_allow_preprocess_disable in Author Pane 7.2

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

Implements hook_author_pane_allow_preprocess_disable().

File

modules/user_titles.author-pane.inc, line 49
Provides a preprocess function on behalf of the user titles module.

Code

function user_titles_author_pane_allow_preprocess_disable() {
  return array(
    'user_titles' => 'User Titles',
  );
}