function privatemsg_author_pane_allow_preprocess_disable in Privatemsg 6
Same name and namespace in other branches
- 6.2 privatemsg.author-pane.inc \privatemsg_author_pane_allow_preprocess_disable()
- 7.2 privatemsg.author-pane.inc \privatemsg_author_pane_allow_preprocess_disable()
- 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 51 - Provides a preprocess function to integrate Privatemsg with Author Pane.
Code
function privatemsg_author_pane_allow_preprocess_disable() {
return array(
'privatemsg' => 'Privatemsg',
);
}