You are here

function adsense_filter_tips in Google AdSense integration 5

Same name and namespace in other branches
  1. 5.3 adsense.module \adsense_filter_tips()
  2. 5.2 adsense.module \adsense_filter_tips()
  3. 6 adsense.module \adsense_filter_tips()

File

./adsense.module, line 1462

Code

function adsense_filter_tips($delta, $format, $long = false) {
  return t('Use the special tag [adsense:<em>format</em>:<em>group</em>:<em>channel</em>] or [adsense:flexiblock:<em>location</em>] to display Google AdSense ads.');
}