slaweknaczynski

Results 2 comments of slaweknaczynski

> Stumbled upon this while looking for something else but I noticed removing the polyfills from the codepen settings seems to fix the problem, so maybe there's something there. Just...

> Fixed. > > * dialog.php > change > `str_replace(['[', ']'], ['\[', '\]'], $field_id'')` > to > `str_replace(['[', ']'], ['\[', '\]'], $field_id ?? '')` > * php_image_magician.php > change >...