Changeset 1659 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-nags/wordcamp-organizer-nags.php
- Timestamp:
- 06/15/2015 04:17:09 PM (10 years ago)
- 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 47 47 } 48 48 49 // The survey expires 2015-0 5-23 at 11:45pm EST50 if ( time() < 143 2350000 ) {49 // The survey expires 2015-06-21 at 11:45pm UTC 50 if ( time() < 1434930300 ) { 51 51 wp_add_dashboard_widget( 52 52 'improving_tools_survey', 53 'WordCamp Organizer Survey',53 'WordCamp Organizer Follow-Up Survey', 54 54 array( $this, 'render_tools_survey' ) 55 55 ); … … 212 212 ?> 213 213 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. 220 215 221 216 <?php
Note: See TracChangeset
for help on using the changeset viewer.