You are here

function tweet_block_info in Tweet 7.4

Implements hook_block_info().

File

./tweet.module, line 66
Builds links to post pages to Twitter API sites.

Code

function tweet_block_info() {
  $block['tweet']['info'] = t('Tweet link');
  return $block;
}