Open indy1725 opened 1 year ago
added/replaced in local copy ty github update will happen on wed.
Hey, Frumph - I'm still actively using both the plugin and the theme for Easel. I've been running into a number of compatibility issues with recent updates to both php and WordPress, so I'm going to create forks for both and work on hammering those issues out.
... there's an update coming to github on wednesday....
more info here: https://www.facebook.com/comiceasel
Excellent! Glad to hear it. Looking forward to the update.
To be compatible with php 7.2+, this change needs to be made to options/debug.php:
line 62:
while (list($key, $value) = each($variable_dump)) { ?>
becomes
foreach( $variable_dump as $key => $value ) { ?>