function _adsense_get_width in Google AdSense integration 5.2
Same name and namespace in other branches
- 5 adsense.module \_adsense_get_width()
2 calls to _adsense_get_width()
File
- ./
adsense.module, line 1093
Code
function _adsense_get_width($format) {
$dims = _adsense_get_dimensions($format);
return $dims['width'];
}