t('It is recommended to not edit the !ckeditor_config_file (!ckeditor_config_path) configuration file that is distributed with CKEditor, because you may overwrite it accidentally when you update the editor.',array(
$output=t('Enables the use of CKEditor (a rich text WYSIWYG editor) instead of plain text fields.');
...
...
@@ -59,6 +43,19 @@ function ckeditor_help_delegate($path, $arg) {
case'admin/config/content/ckeditor/edit/%':
case'admin/config/content/ckeditor/add':
$ckeditor_url=ckeditor_path('local');
if($ckeditor_url=='<URL>'){
$do_not_touch_configjs='';
}
else{
$do_not_touch_configjs='<p>'.
t('It is recommended to not edit the !ckeditor_config_file (!ckeditor_config_path) configuration file that is distributed with CKEditor, because you may overwrite it accidentally when you update the editor.',array(
$output='<p>'.t('CKEditor is highly configurable. The most commonly used features are listed below. You can also adjust CKEditor to your needs by changing the !ckeditor_module_config configuration file.',array(