You are here

function hashtags_update_7001 in Hashtags 7

Integrate Hashtag filter with Filter HTML and Full HTML input formats.

File

./hashtags.install, line 122
Install, update and uninstall functions for the hashtags module.

Code

function hashtags_update_7001() {

  // add Hashtags filter to system input formats
  hashtags_add_filter();

  // this variable has been deleted from new version
  variable_del('hashtags_output_type');
}