function media_update_7219 in D7 Media 7.4
Same name and namespace in other branches
- 7.2 media.install \media_update_7219()
- 7.3 media.install \media_update_7219()
Enable the Media WYSIWYG submodule.
File
- ./
media.install, line 1112 - Install, update and uninstall functions for the Media module.
Code
function media_update_7219() {
if (module_exists('wysiwyg')) {
module_enable(array(
'media_wysiwyg',
));
}
}