Thread Starter
danyui
(@danyui)
Thanks for answer and fixing the codex page!
Thread Starter
danyui
(@danyui)
you have to add one line to class-settings.php.
look at line 203.there you will find this code.
$tmp[] = 0;
you need to make it like this.
else
$tmp[] = 0;
goodluck.