function _adsense_add_nl in Google AdSense integration 5.2
Same name and namespace in other branches
- 5 adsense.module \_adsense_add_nl()
3 calls to _adsense_add_nl()
File
- ./
adsense.module, line 1208
Code
function _adsense_add_nl($str) {
return $str . "\n";
}