function wysiwyg_install in Wysiwyg 6
Same name and namespace in other branches
- 5.2 wysiwyg.install \wysiwyg_install()
- 5 wysiwyg.install \wysiwyg_install()
- 6.2 wysiwyg.install \wysiwyg_install()
Implementation of hook_install().
File
- ./
wysiwyg.install, line 23
Code
function wysiwyg_install() {
drupal_install_schema('wysiwyg');
// Import settings from old editor modules.
wysiwyg_migrate_tinymce();
}