1.20.x system.install system_update_1034()

Set the theme_debug flag to FALSE.

Related topics

File

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

Code

function system_update_1034() {
  config_set('system.core', 'theme_debug', FALSE);
}