Skip to content

/options/debug.php #35

@indy1725

Description

@indy1725

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions