- File:
-
- 1 edited
-
plugins/dcCKEditor/inc/_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/_config.php
r3052 r3090 30 30 $dcckeditor_textcolor_button = (empty($_POST['dcckeditor_textcolor_button']))?false:true; 31 31 $core->blog->settings->dcckeditor->put('textcolor_button', $dcckeditor_textcolor_button, 'boolean'); 32 33 $dcckeditor_background_textcolor_button = (empty($_POST['dcckeditor_background_textcolor_button']))?false:true; 34 $core->blog->settings->dcckeditor->put('background_textcolor_button', $dcckeditor_background_textcolor_button, 'boolean'); 32 35 33 36 $dcckeditor_cancollapse_button = (empty($_POST['dcckeditor_cancollapse_button']))?false:true;
Note: See TracChangeset
for help on using the changeset viewer.
