You are here

function _adsense_add_nl in Google AdSense integration 5.2

Same name and namespace in other branches
  1. 5 adsense.module \_adsense_add_nl()
3 calls to _adsense_add_nl()
adsense_search in ./adsense.module
_adsense_format in ./adsense.module
_adsense_get_searchbox in ./adsense.module

File

./adsense.module, line 1208

Code

function _adsense_add_nl($str) {
  return $str . "\n";
}