You are here

function sms_sendtophone_filter_tips in SMS Framework 6

Same name and namespace in other branches
  1. 5 modules/sms_sendtophone/sms_sendtophone.module \sms_sendtophone_filter_tips()
  2. 6.2 modules/sms_sendtophone/sms_sendtophone.module \sms_sendtophone_filter_tips()

Implementation of hook_filter_tips().

File

modules/sms_sendtophone/sms_sendtophone.module, line 140

Code

function sms_sendtophone_filter_tips($delta, $format, $long = FALSE) {
  switch ($delta) {
    case 0:
      return t('Text between [sms][/sms] tags will be highted and appended with a "send to phone" button.');
  }
}