Skip to content
New issue

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

Fix undefined index PHP notices #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix undefined index PHP notices #2

wants to merge 1 commit into from

Conversation

amdrew
Copy link
Contributor

@amdrew amdrew commented Mar 31, 2013

  • fixes php notices when interacting with widget's checkboxes

- fixes php notices when interacting with widget's checkboxes
@samikeijonen
Copy link
Owner

I can't see those notices. Does it have something to do with PHP ini settings?

@amdrew
Copy link
Contributor Author

amdrew commented Mar 31, 2013

I didn't see them at first either. They appear when you turn the checkbox on and then save the widget (and WP_DEBUG on). Definately widget related. Eg:

PHP Notice:  Undefined index: show_demo_link in /wp-content/plugins/edd-download-info/includes/widgets.php on line 200

PHP Notice:  Undefined index: show_feature_image in /wp-content/plugins/edd-download-info/includes/widgets.php on line 198

PHP Notice:  Undefined index: show_download_count in /wp-content/plugins/edd-download-info/includes/widgets.php on line 202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants