function drush_ckeditor_post_enable in CKEditor - WYSIWYG HTML editor 7
Same name and namespace in other branches
- 6 includes/ckeditor.drush.inc \drush_ckeditor_post_enable()
Implements drush_MODULE_post_COMMAND().
File
- includes/
ckeditor.drush.inc, line 79 - CKEditor - The text editor for the Internet - http://ckeditor.com Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Code
function drush_ckeditor_post_enable() {
$modules = func_get_args();
if (in_array('ckeditor', $modules) && !drush_get_option('skip')) {
ckeditor_drush_download();
}
}