You are here

function _adsense_tag_block in Google AdSense integration 5.2

Same name and namespace in other branches
  1. 5 adsense.module \_adsense_tag_block()
1 call to _adsense_tag_block()
_adsense_process_tags in ./adsense.module

File

./adsense.module, line 1348

Code

function _adsense_tag_block($bid) {

  // Tag is in [adsense:block:1] format
  $block = block_block('view', $bid);
  return $block['content'];
}