Making WordPress.org


Ignore:
Timestamp:
06/15/2015 04:17:09 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Organizer Nags: Show follow-up survey widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-nags/wordcamp-organizer-nags.php

    r1585 r1659  
    4747        }
    4848
    49         // The survey expires 2015-05-23 at 11:45pm EST
    50         if ( time() < 1432350000 ) {
     49        // The survey expires 2015-06-21 at 11:45pm UTC
     50        if ( time() < 1434930300 ) {
    5151            wp_add_dashboard_widget(
    5252                'improving_tools_survey',
    53                 'WordCamp Organizer Survey',
     53                'WordCamp Organizer Follow-Up Survey',
    5454                array( $this, 'render_tools_survey' )
    5555            );
     
    212212        ?>
    213213
    214         <p>We need feedback from WordCamp organizers to drive some decisions about improving WordCamp.org tools.</p>
    215 
    216         <p>
    217             Please <a href="https://make.wordpress.org/community/2015/05/05/wordcamp-organizer-survey/">take the survey</a>
    218             so we can learn from your experiences.
    219         </p>
     214        <p>Please <a href="http://wordcampcentral.polldaddy.com/s/improving-wordcamp-org-tools-clarification">take this 1-question survey</a> to help clarify the results of the previous survey.
    220215
    221216        <?php
Note: See TracChangeset for help on using the changeset viewer.