Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r2749 r2762 15 15 protected static $p_url = 'index.php?pf=dcLegacyEditor'; 16 16 17 public static function adminPostEditor($editor='') { 17 // @param context not use but added to have same function prototype 18 public static function adminPostEditor($editor='',$context='') { 18 19 if (empty($editor) || $editor!='dcLegacyEditor') {return;} 19 20
Note: See TracChangeset
for help on using the changeset viewer.