You are here

better_comments.install in Better Comments 7

Same filename and directory in other branches
  1. 7.2 better_comments.install

Better Comments provides option to configure the comment system.

File

better_comments.install
View 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

Namesort descending Description
better_comments_uninstall Implements hook_uninstall().