function twitter_update_7513 in Twitter 7.5
Same name and namespace in other branches
- 7.6 twitter.install \twitter_update_7513()
Rebuild the theme cache because the tweet template was renamed.
File
- ./
twitter.install, line 635 - Install, update and uninstall functions for the twitter module.
Code
function twitter_update_7513() {
drupal_theme_rebuild();
}