You are here

function profile_author_pane_allow_preprocess_disable in Author Pane 6.2

Implementation of hook_author_pane_allow_preprocess_disable().

File

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

Code

function profile_author_pane_allow_preprocess_disable() {
  return array(
    'profile' => 'Profile',
  );
}