You are here

function metatag_opengraph_update_7101 in Metatag 7

Leave a warning about the two og:type value changes.

File

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

Code

function metatag_opengraph_update_7101() {
  drupal_set_message(t('The "Movie" and "TV Show" values for the "Content type" open graph meta tag changed, if this site used those values they will need to be manually updated.'));
}