You are here

function panelizer_update_7116 in Panelizer 7.3

Notify the site builder that the "Panelizer" tabs have been renamed.

File

./panelizer.install, line 890
Install, update and uninstall functions for the panelizer module.

Code

function panelizer_update_7116() {
  drupal_set_message(t('Note: the "Panelizer" tabs on content, user, term pages, etc have been renamed to "Customize display".'));
}