better_comments.install in Better Comments 7.2
Same filename and directory in other branches
Better Comments provides option to configure the comment system.
File
better_comments.installView source
<?php
/**
* @file
* Better Comments provides option to configure the comment system.
*/
/**
* Implements hook_uninstall().
*/
function better_comments_uninstall() {
variable_del('better_comments_subject');
variable_del('better_comments_author');
variable_del('better_comments_body_title');
variable_del('better_comments_picture');
variable_del('better_comments_text_placeholder');
variable_del('better_comments_text_filters');
variable_del('better_comments_preview');
}
Functions
Name![]() |
Description |
---|---|
better_comments_uninstall | Implements hook_uninstall(). |