function comment_block_save

comment_block_save($delta = '', $edit = array())

Implements hook_block_save().

File

modules/comment/comment.module, line 445
Enables users to comment on published content.

Code

function comment_block_save($delta = '', $edit = array()) {
  variable_set('comment_block_count', (int) $edit['comment_block_count']);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!comment!comment.module/function/comment_block_save/7.x