Dotclear


Ignore:
Timestamp:
12/17/14 08:04:25 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.7
Message:

Add tags into inject ckeditor for adminPostEditor behavior
Addresses #2011

@TODO : need to find a way to add multiple context: for example comment tab on admin/post.php page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/inc/_config.php

    r2738 r2854  
    4242            $dcckeditor_clipboard_buttons = (empty($_POST['dcckeditor_clipboard_buttons']))?false:true; 
    4343            $core->blog->settings->dcckeditor->put('clipboard_buttons', $dcckeditor_clipboard_buttons, 'boolean'); 
    44  
    45             $dcckeditor_textareas = (!empty($_POST['dcckeditor_textareas']))?trim($_POST['dcckeditor_textareas']):''; 
    46             $core->blog->settings->dcckeditor->put('textareas', $dcckeditor_textareas, 'string'); 
    4744        } 
    4845 
Note: See TracChangeset for help on using the changeset viewer.

Sites map