You are here

function twitter_update_7513 in Twitter 7.6

Same name and namespace in other branches
  1. 7.5 twitter.install \twitter_update_7513()

Rebuild the theme cache because the tweet template was renamed.

File

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

Code

function twitter_update_7513() {
  drupal_theme_rebuild();
}