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

Make sure $meta_box['use_with_theme'] is checked for === true #3

Merged
merged 1 commit into from
Feb 21, 2012

Conversation

blocka
Copy link
Contributor

@blocka blocka commented Feb 21, 2012

Otherwise the third branch of this if statement will never run, because anything other than a falsy value is going to evaluate to true.

Otherwise the third branch of this if statement will never run, because anything other than a falsy value is going to evaluate to true.
bainternet added a commit that referenced this pull request Feb 21, 2012
Make sure $meta_box['use_with_theme'] is checked for === true

thanks for that :)
@bainternet bainternet merged commit 6e3b647 into bainternet:master Feb 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants