Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r2762 r2854 15 15 protected static $p_url = 'index.php?pf=dcLegacyEditor'; 16 16 17 // @param context not use but added to have same function prototype 18 public static function adminPostEditor($editor='',$context='') { 17 /** 18 * adminPostEditor add javascript to the DOM to load ckeditor depending on context 19 * 20 * @param editor <b>string</b> wanted editor 21 * @param context <b>string</b> page context (post,page,comment,event,...) 22 * @param tags <b>array</b> array of ids to inject editor 23 */ 24 public static function adminPostEditor($editor='',$context='',array $tags=array()) { 19 25 if (empty($editor) || $editor!='dcLegacyEditor') {return;} 26 27 // context and tags are not used for dcLegacyEditor 20 28 21 29 return
Note: See TracChangeset
for help on using the changeset viewer.