function remove_generator_enable in Remove Generator META tag 7
Implements hook_enable().
File
- ./
remove_generator.module, line 10 - Module file for Remove Generator.
Code
function remove_generator_enable() {
drupal_set_message(t('The Generator META tag has been removed.'));
}