function metatag_update_7100 in Metatag 7
Delete a deprecated variable and clear all Metatag caches.
File
- ./
metatag.install, line 2269 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_update_7100() {
variable_del('metatag_translate_final_values');
// Clear all caches so that i18n support can be activated, if necessary.
cache_clear_all('*', 'cache_metatag', TRUE);
}