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

2.73.4 syntax error crashes site #91

Closed iestyn closed 7 years ago

iestyn commented 7 years ago

Hi there, There's a syntax error in wp-polls.php line 468: $temp_pollvote .= "\t<form id=\"pollsform$poll_question_id\" class=\"wp-polls-form\" action=\"" . sanitize_text_field( _SERVER['SCRIPT_NAME'] ) ."\" method=\"post\">\n"; Our sites crash until _SERVER is fixed up. Cheers, Iestyn.

lesterchan commented 7 years ago

It has been fixed in 2.73.5, Please refer to #90

iestyn commented 7 years ago

Oh wait - this is a duplicate. Sorry about that :-)