Changeset 2841:b258519fdbb9 for plugins/dcCKEditor/_prepend.php
- Timestamp:
- 12/14/14 12:04:52 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_prepend.php
r2738 r2841 13 13 if (!defined('DC_RC_PATH')) { return; } 14 14 15 define('DEFAULT_TEXTAREAS', 'textarea#post_excerpt,textarea#post_content ');15 define('DEFAULT_TEXTAREAS', 'textarea#post_excerpt,textarea#post_content,textarea#comment_content'); 16 16 17 17 $__autoload['dcCKEditorBehaviors'] = dirname(__FILE__).'/inc/dc.ckeditor.behaviors.php';
Note: See TracChangeset
for help on using the changeset viewer.