function adsense_filter_tips in Google AdSense integration 6
Same name and namespace in other branches
- 5.3 adsense.module \adsense_filter_tips()
- 5 adsense.module \adsense_filter_tips()
- 5.2 adsense.module \adsense_filter_tips()
Implementation of hook_filter_tips().
File
- ./
adsense.module, line 228 - Displays Google AdSense ads on Drupal pages.
Code
function adsense_filter_tips($delta, $format, $long = FALSE) {
return t('Use the special tag [adsense:<em>format</em>:<em>slot</em>] or [adsense:<em>format</em>:<em>[group]</em>:<em>[channel]</em><em>[:slot]</em>] or [adsense:block:<em>location</em>] to display Google AdSense ads.');
}