Bug Description
$_GET['configure'] is set for all pages of the admin area.
How to Reproduce
Steps to reproduce the behavior:
print_a($_GET);
Expected Behavior
$_GET should contain only the keys of the current URL query.
Cause
Using vartrue() within an IF statement on $_GET will cause this behavior.
Bug Description
$_GET['configure']is set for all pages of the admin area.How to Reproduce
Steps to reproduce the behavior:
print_a($_GET);Expected Behavior
$_GET should contain only the keys of the current URL query.
Cause
Using
vartrue()within an IF statement on$_GETwill cause this behavior.