Ticket #3865: poll-3865.diff
File poll-3865.diff, 529 bytes (added by , 6 years ago) |
---|
-
page-download.php
66 66 67 67 get_header(); 68 68 the_post(); 69 70 // https://meta.trac.wordpress.org/ticket/3865 71 if ( !wp_is_mobile() && empty( $rosetta_release ) ) { 72 include_once( ABSPATH . '/wp-content/plugins/polldaddy/polldaddy.php' ); 73 echo do_shortcode( "[polldaddy poll=9992274 type='slider']" ); 74 } 75 69 76 ?> 70 77 <main id="main" class="site-main col-12" role="main"> 71 78