function comment_block_save
Implements hook_block_save().
Archivo
- drupal-7.x/
modules/ comment/ comment.module, line 445 - Enables users to comment on published content.
Código
function comment_block_save($delta = '', $edit = array()) {
variable_set('comment_block_count', (int) $edit['comment_block_count']);
}