You are here

function schema_metatag_update_8102 in Schema.org Metatag 8

Same name and namespace in other branches
  1. 8.2 schema_metatag.install \schema_metatag_update_8102()

Warning about deprecation of the Schema.org VotingAPI module.

File

./schema_metatag.install, line 45
Update scripts for the Schema Metatag module.

Code

function schema_metatag_update_8102() {
  return (string) t("The Schema.org VotingAPI module has been deprecated and will be removed in a future release. Please uninstall it.");
}