function metatag_update_7112 in Metatag 7
The Publisher meta tag is now part of the Google Plus submodule.
File
- ./
metatag.install, line 2609 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_update_7112() {
cache_clear_all('*', 'cache_metatag', TRUE);
drupal_set_message(t('The Publisher meta tag is now part of the Google Plus submodule.'));
}