Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function comment_block_save
Implements hook_block_save().
File
-
modules/
comment/ comment.module, line 445
Code
function comment_block_save ($delta = '', $edit = array()) {
variable_set ('comment_block_count', (int) $edit['comment_block_count']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.