You are here

function metatag_update_7106 in Metatag 7

Rerun update 7105.

The output translation strings were renamed to something shorter.

File

./metatag.install, line 2461
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7106() {
  return metatag_update_7105();
}