You are here

function tinymce_update_1 in TinyMCE 5.2

Same name and namespace in other branches
  1. 5 tinymce.install \tinymce_update_1()
  2. 6.2 tinymce.install \tinymce_update_1()
  3. 6 tinymce.install \tinymce_update_1()

File

./tinymce.install, line 46

Code

function tinymce_update_1() {
  return _system_update_utf8(array(
    'tinymce_settings',
    'tinymce_role',
  ));
}