function text_update_8000

Moves teaser length from variable to config.

Related topics

File

drupal/core/modules/text/text.install, line 74
Install, update, and uninstall functions for the Text module.

Code

function text_update_8000() {
  update_variables_to_config('text.settings', array(
    'teaser_length' => 'default_summary_length',
  ));
}