metatag_dc.install 345 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Installation and update scripts for metatag_dc_advanced.
  5. */
  6. /**
  7. * The Dublic Core Additional Tags meta tags are now in a new submodule.
  8. */
  9. function metatag_dc_update_7100() {
  10. drupal_set_message(t('The Dublic Core Additional Tags meta tags have been moved into the new "Metatag: Dublin Core Advanced" submodule.'));
  11. }