Changeset 3024:b4724a397193 for plugins/dcCKEditor
- Timestamp:
- 06/30/15 19:01:11 (10 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        plugins/dcCKEditor/inc/dc.ckeditor.behaviors.phpr2962 r3024 22 22 * @param context <b>string</b> page context (post,page,comment,event,...) 23 23 * @param tags <b>array</b> array of ids into inject editor 24 * @param syntax <b>string</b> wanted syntax (xhtml) 24 25 */ 25 public static function adminPostEditor($editor='',$context='',array $tags=array() ) {26 if (empty($editor) || $editor !='dcCKEditor') { return;}26 public static function adminPostEditor($editor='',$context='',array $tags=array(),$syntax='xhtml') { 27 if (empty($editor) || $editor != 'dcCKEditor' || $syntax != 'xhtml') { return;} 27 28 28 29 $config_js = self::$config_url; 
Note: See TracChangeset
          for help on using the changeset viewer.
      