1 system.install system_update_1034()

Set the theme_debug flag to FALSE.

Related topics

File

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

Code

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