Changeset 32684 for extensions
- Timestamp:
- Dec 21, 2021, 1:39:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/FCKEditor/fckeditor.php
r32426 r32684 96 96 } 97 97 98 function add_remove_button($content , &$smarty)98 function add_remove_button($content) 99 99 { 100 100 $pattern = '#(<textarea.*?name="(.*?)".*?</textarea>)#ims'; … … 103 103 } 104 104 105 function add_remove_button_stuffs($content , &$smarty)105 function add_remove_button_stuffs($content) 106 106 { 107 107 $pattern = '#<textarea.*?</textarea>#ims'; … … 111 111 } 112 112 113 function add_remove_button_banner($content , &$smarty)113 function add_remove_button_banner($content) 114 114 { 115 115 $pattern = '#(<textarea.*?name="(.*?)".*?</textarea>)#ims';
Note: See TracChangeset
for help on using the changeset viewer.