lesterchan / wp-polls

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
https://wordpress.org/plugins/wp-polls/
93 stars 78 forks source link

Converted bool to int to fix bug #92. #100

Closed elkirkmo closed 6 years ago

elkirkmo commented 6 years ago

Comparing bool to int is breaking editable start dates for some users. Converted false to 0;

https://github.com/lesterchan/wp-polls/issues/92