You are here

function shariff_sharing_buttons_content_type_admin_info in Shariff Social Media Buttons 7

Implements hook_content_type_admin_info().

File

plugins/content_types/sharing_buttons.inc, line 74

Code

function shariff_sharing_buttons_content_type_admin_info($subtype, $conf) {
  $block = new stdClass();
  $block->title = t('Shariff sharing buttons');
  $block->content = t('Displays Shariff sharing buttons.');
  return $block;
}