Making WordPress.org

Changeset 8157


Ignore:
Timestamp:
01/29/2019 05:58:21 AM (6 years ago)
Author:
dd32
Message:

Main: Remove the temporary downloads poll.

Reverts [7756].
See #3865.
Fixes #4107.

File:
1 edited

Legend:

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

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