You are here

function user_relationships_api_author_pane_allow_preprocess_disable in User Relationships 6

Implementation of hook_author_pane_allow_preprocess_disable().

File

user_relationships_api/user_relationships_api.author-pane.inc, line 93
integration with Author Pane @author Alex Karshakevich http://drupal.org/user/183217

Code

function user_relationships_api_author_pane_allow_preprocess_disable() {
  return array(
    'user_relationships_api' => 'User Relationships',
  );
}