1 system.install system_update_1058()

Clarify state "menu_expanded" as "menus_containing_expanded_items".

Related topics

File

core/modules/system/system.install, line 3008
Install, update and uninstall functions for the system module.

Code

function system_update_1058() {
  state_set('menus_containing_expanded_items', state_get('menu_expanded'));
  state_del('menu_expanded');
}