We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$_GET['configure'] is set for all pages of the admin area.
$_GET['configure']
Steps to reproduce the behavior:
print_a($_GET);
$_GET should contain only the keys of the current URL query.
Using vartrue() within an IF statement on $_GET will cause this behavior.
vartrue()
$_GET
The text was updated successfully, but these errors were encountered:
f437319
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: