You are here

function metatag_update_8108 in Metatag 8

Need to clear caches after updating from 8.x-1.12.

File

./metatag.install, line 72
Requirements and update functions for the Metatag module.

Code

function metatag_update_8108() {
  return (string) t("The sites's caches will need to be rebuild to ensure Metatag works as intended.");
}