You are here

function highlight_filter_tips in Highlight 5

Same name and namespace in other branches
  1. 6 highlight.module \highlight_filter_tips()

Implemnatation of highlight

File

./highlight.module, line 141

Code

function highlight_filter_tips($delta, $format, $long = FALSE) {
  switch ($delta) {
    case 0:
      switch ($long) {
        case 0:
          return t('Highlight terms in this textarea.');
      }
  }
}