layers-wp / layerswp

Layers WordPress theme by Obox
http://www.layerswp.com
Other
23 stars 10 forks source link

PHP 8 implode function fix #448

Open Rafo1994 opened 1 year ago

Rafo1994 commented 1 year ago

On PHP 8 implode function first argument is separator and second is array, and it produces fatal error if params are swapped, fixed one occurrence on line 829.

marcperel commented 1 year ago

Looks good to me, thanks @Rafo1994