function adsense_filter_tips in Google AdSense integration 5
Same name and namespace in other branches
- 5.3 adsense.module \adsense_filter_tips()
- 5.2 adsense.module \adsense_filter_tips()
- 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.');
}