You are here

tweet.install in Tweet 5

Builds links to post pages to twitter.

File

tweet.install
View source
<?php

/**
 * @file
 *   Builds links to post pages to twitter.
 */

/**
 * Implementation of hook_uninstall().
 */
function tweet_uninstall() {
  variable_del('tweet_teaser');
  variable_del('tweet_types');
  variable_del('tweet_node');
  variable_del('tweet_title');
}

Functions

Namesort descending Description
tweet_uninstall Implementation of hook_uninstall().