function widgets_block_save in Widgets 6
Save operation of hook_block().
File
- ./
widgets.block.inc, line 29 - Implementaion of block functions for Widgets module.
Code
function widgets_block_save($delta, $edit) {
return;
}
Save operation of hook_block().
function widgets_block_save($delta, $edit) {
return;
}