Changeset 3055:fac076751aa3 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 07/15/15 16:45:31 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3052 r3055 79 79 80 80 CKEDITOR.timestamp = ''; 81 <?php if (!empty(!$dcckeditor_disable_native_spellchecker)):?> 81 <?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 82 CKEDITOR.disableNativeSpellChecker = true; 83 <?php else:?> 82 84 CKEDITOR.disableNativeSpellChecker = false; 83 85 <?php endif;?>
Note: See TracChangeset
for help on using the changeset viewer.