Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r3731 r3874 22 22 * @param syntax <b>string</b> wanted syntax (wiki,markdown,...) 23 23 */ 24 public static function adminPostEditor($editor = '', $context = '', array $tags = array(), $syntax = '')24 public static function adminPostEditor($editor = '', $context = '', array $tags = [], $syntax = '') 25 25 { 26 26 if (empty($editor) || $editor != 'dcLegacyEditor') {return;}
Note: See TracChangeset
for help on using the changeset viewer.