comment_block_save

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

Implement hook_block_save().

Code

modules/comment/comment.module, line 318

<?php
function comment_block_save($delta = '', $edit = array()) {
  variable_set('comment_block_count', (int)$edit['comment_block_count']);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.