1 text.install text_update_1000()

Delete teaser_length variable.

Related topics

File

core/modules/field/modules/text/text.install, line 71
Install, update and uninstall functions for the text module.

Code

function text_update_1000() {
  update_variable_del('teaser_length');
}