Changeset 2841:b258519fdbb9
- Timestamp:
- 12/14/14 12:04:52 (11 years ago)
- Branch:
- 2.7
- Files:
- 
          - 2 edited
 
 - 
          admin/comment.php (modified) (2 diffs)
- 
          plugins/dcCKEditor/_prepend.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/comment.phpr2720 r2841 26 26 $comment_spam_status = ''; 27 27 28 $comment_editor = $core->auth->getOption('editor'); 28 29 29 30 # Status combo … … 182 183 dcPage::jsConfirmClose('comment-form'). 183 184 dcPage::jsLoad('js/_comment.js'). 184 $core->callBehavior('adminPostEditor' ).185 $core->callBehavior('adminPostEditor',$comment_editor['xhtml'],'comment'). 185 186 # --BEHAVIOR-- adminCommentHeaders 186 187 $core->callBehavior('adminCommentHeaders'), 
- 
        plugins/dcCKEditor/_prepend.phpr2738 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.
      