'.$update_poll_text[$i].' '.__('Updated', 'wp-polls').'
'; } $i++; } if(empty($text)) { $text = ''.__('No Poll Option Updated', 'wp-polls').'
'; } wp_clear_scheduled_hook('polls_cron'); if (!wp_next_scheduled('polls_cron')) { wp_schedule_event(time(), 'daily', 'polls_cron'); } } ?>'.$text.'