You are here

function commons_groups_message_partial_default in Drupal Commons 7.3

1 call to commons_groups_message_partial_default()
commons_groups_default_message_type_alter in modules/commons/commons_groups/commons_groups.module
Implements hook_default_message_type_alter().

File

modules/commons/commons_groups/commons_groups.module, line 629

Code

function commons_groups_message_partial_default() {
  $partial = array(
    'value' => '[commons-groups:in-groups-text]',
    'format' => 'full_html',
    'safe_value' => '[commons-groups:in-groups-text]',
  );
  return $partial;
}