You are here

function twitter_post_enable in Twitter 7.6

Implements hook_enable().

File

twitter_post/twitter_post.install, line 57
Install, update and uninstall functions for the twitter module.

Code

function twitter_post_enable() {
  drupal_set_message('Twitter Post field enabled. Edit any entity (such as Page, User or Comment) and add a Twitter field to it.');
}