- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r3731 r3874 23 23 * @param syntax <b>string</b> wanted syntax (xhtml) 24 24 */ 25 public static function adminPostEditor($editor = '', $context = '', array $tags = array(), $syntax = 'xhtml')25 public static function adminPostEditor($editor = '', $context = '', array $tags = [], $syntax = 'xhtml') 26 26 { 27 27 if (empty($editor) || $editor != 'dcCKEditor' || $syntax != 'xhtml') {return;}
Note: See TracChangeset
for help on using the changeset viewer.