Index: page-download.php
===================================================================
--- page-download.php	(revision 7745)
+++ page-download.php	(working copy)
@@ -66,6 +66,13 @@
 
 get_header();
 the_post();
+
+// https://meta.trac.wordpress.org/ticket/3865
+if ( !wp_is_mobile() && empty( $rosetta_release ) ) {
+	include_once( ABSPATH . '/wp-content/plugins/polldaddy/polldaddy.php' );
+	echo do_shortcode( "[polldaddy poll=9992274 type='slider']" );
+}
+
 ?>
 	<main id="main" class="site-main col-12" role="main">
 
