Making WordPress.org

Changeset 7756


Ignore:
Timestamp:
10/22/2018 03:53:55 AM (6 years ago)
Author:
tellyworth
Message:

Main: add temporary poll to Download page on English site only.

Fixes #3865

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php

    r7634 r7756  
    6767get_header();
    6868the_post();
     69
     70// https://meta.trac.wordpress.org/ticket/3865
     71if ( !wp_is_mobile() && empty( $rosetta_release ) ) {
     72    include_once( WP_PLUGIN_DIR . '/polldaddy/polldaddy.php' );
     73    echo '<div class="popup-poll">' . do_shortcode( "[polldaddy poll=9992274 type='slider']" ) . '</div>';
     74}
     75
    6976?>
    7077    <main id="main" class="site-main col-12" role="main">
Note: See TracChangeset for help on using the changeset viewer.