You are here

function twitter_block_block_save in Twitter Block 7

Same name and namespace in other branches
  1. 7.2 twitter_block.module \twitter_block_block_save()

Implements hook_block_save().

File

./twitter_block.module, line 211
A module to provide simple Twitter blocks using the Twitter Search API.

Code

function twitter_block_block_save($delta = 0, $edit = array()) {
  twitter_block_custom_block_save($edit, $delta);
}