You are here

function media_wysiwyg_update_7301 in D7 Media 7.4

Same name and namespace in other branches
  1. 7.3 modules/media_wysiwyg/media_wysiwyg.install \media_wysiwyg_update_7301()

Media tokens are now versioned. Notify about old format.

File

modules/media_wysiwyg/media_wysiwyg.install, line 292
Install, update and uninstall functions for the Media WYSIWYG module.

Code

function media_wysiwyg_update_7301() {
  drupal_set_message(t("The Media token format has changed and needs to be upgraded. See the admin status page (/admin/reports/status) to upgrade media tokens in existing content."));
}