Frumph / easel

WordPress theme
GNU General Public License v3.0
2 stars 4 forks source link

/options/debug.php #35

Open indy1725 opened 1 year ago

indy1725 commented 1 year ago

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 ) { ?>

Frumph commented 1 year ago

added/replaced in local copy ty github update will happen on wed.

indy1725 commented 1 year ago

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.

Frumph commented 1 year ago

... there's an update coming to github on wednesday....

Frumph commented 1 year ago

more info here: https://www.facebook.com/comiceasel

indy1725 commented 1 year ago

Excellent! Glad to hear it. Looking forward to the update.