Changeset 32684 for extensions


Ignore:
Timestamp:
Dec 21, 2021, 1:39:18 PM (3 years ago)
Author:
plg
Message:

compatibility with Piwigo 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FCKEditor/fckeditor.php

    r32426 r32684  
    9696}
    9797
    98 function add_remove_button($content, &$smarty)
     98function add_remove_button($content)
    9999{
    100100  $pattern = '#(<textarea.*?name="(.*?)".*?</textarea>)#ims';
     
    103103}
    104104
    105 function add_remove_button_stuffs($content, &$smarty)
     105function add_remove_button_stuffs($content)
    106106{
    107107  $pattern = '#<textarea.*?</textarea>#ims';
     
    111111}
    112112
    113 function add_remove_button_banner($content, &$smarty)
     113function add_remove_button_banner($content)
    114114{
    115115  $pattern = '#(<textarea.*?name="(.*?)".*?</textarea>)#ims';
Note: See TracChangeset for help on using the changeset viewer.