- Timestamp:
- 06/30/15 19:01:11 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r2962 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.