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

get correct poll ID for a poll starting in the future #59

Closed afragen closed 8 years ago

afragen commented 8 years ago

Correctly display poll ID and shortcode for poll starting in the future.

Currently if a poll starts in the future the poll ID displays the latest "active" poll, not the latest poll.

This section could be re-written to just use the $latest_pollid = $polla_qid; but I didn't want to make that choice for you. This way just checks to see if the $polla_qid > $latest_pollid and does the right thing.