You are here

function privatemsg_author_pane_allow_preprocess_disable in Privatemsg 7.2

Same name and namespace in other branches
  1. 6.2 privatemsg.author-pane.inc \privatemsg_author_pane_allow_preprocess_disable()
  2. 6 privatemsg.author-pane.inc \privatemsg_author_pane_allow_preprocess_disable()
  3. 7 privatemsg.author-pane.inc \privatemsg_author_pane_allow_preprocess_disable()

Implements hook_author_pane_allow_preprocess_disable().

File

./privatemsg.author-pane.inc, line 31
Provides a preprocess function to integrate Privatemsg with Author Pane.

Code

function privatemsg_author_pane_allow_preprocess_disable() {
  return array(
    'privatemsg' => 'Privatemsg',
  );
}