You are here

function privatemsg_author_pane_allow_preprocess_disable in Privatemsg 6.2

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

Implementation of hook_author_pane_allow_preprocess_disable().

File

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

Code

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