You are here

function metatag_opengraph_update_7100 in Metatag 7

Enable the new Metatag:Facebook submodule.

File

metatag_opengraph/metatag_opengraph.install, line 67
Installation and update scripts for Metatag:OpenGraph.

Code

function metatag_opengraph_update_7100() {
  module_enable(array(
    'metatag_facebook',
  ));
  drupal_set_message(t('Enabled the new Metatag:Facebook submodule. If the Facebook meta tags are not being used then it is safe to disable.'));
}