uid) { $url = privatemsg_get_link($account); if (!empty($url)) { $variables['privatemsg'] = l('' . t('Send PM') . '', $url, array('attributes' => array('class' => array('author-pane-link'), 'title' => t('Send @name a private message', array('@name' => privatemsg_recipient_format($account, array('plain' => TRUE))))), 'html' => TRUE)); } } } /** * Implementation of hook_author_pane_allow_preprocess_disable(). */ function privatemsg_author_pane_allow_preprocess_disable() { return array('privatemsg' => 'Privatemsg'); }