function google_fonts_api_update_7100 in @font-your-face 7
Same name and namespace in other branches
- 7.2 modules/google_fonts_api/google_fonts_api.install \google_fonts_api_update_7100()
Implements hook_update_N().
File
- modules/
google_fonts_api/ google_fonts_api.install, line 32 - Removes fonts on disable.
Code
function google_fonts_api_update_7100() {
// Fonts need to be re-imported after change in issue #1123340.
drupal_set_message(t('You may need to !import Google Fonts after this update.', array(
'!import' => l(t('re-import'), 'admin/config/user-interface/fontyourface'),
)), 'warning');
}