Changeset 3955:dcbe188a9646 for plugins/dcCKEditor/inc/_config.php
- Timestamp:
- 01/20/19 10:26:55 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/_config.php
r3875 r3955 64 64 $core->blog->settings->dcckeditor->put('clipboard_buttons', $dcckeditor_clipboard_buttons, 'boolean'); 65 65 66 $dcckeditor_action_buttons = (empty($_POST['dcckeditor_action_buttons'])) ? false : true; 67 $core->blog->settings->dcckeditor->put('action_buttons', $dcckeditor_action_buttons, 'boolean'); 68 66 69 $dcckeditor_disable_native_spellchecker = (empty($_POST['dcckeditor_disable_native_spellchecker'])) ? false : true; 67 70 $core->blog->settings->dcckeditor->put('disable_native_spellchecker', $dcckeditor_disable_native_spellchecker, 'boolean');
Note: See TracChangeset
for help on using the changeset viewer.