Changeset 1697
- Timestamp:
- 07/02/2015 11:24:54 PM (9 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
r1659 r1697 47 47 } 48 48 49 // The survey expires 2015-06-21 at 11:45pm UTC 50 if ( time() < 1434930300 ) { 51 wp_add_dashboard_widget( 52 'improving_tools_survey', 53 'WordCamp Organizer Follow-Up Survey', 54 array( $this, 'render_tools_survey' ) 55 ); 56 } 49 wp_add_dashboard_widget( 50 'removing_pain_points', 51 'Removing WordCamp.org Pain Points', 52 array( $this, 'render_removing_pain_points' ) 53 ); 57 54 58 55 $this->prioritize_wordcamp_widgets(); … … 207 204 208 205 /** 209 * Render the content for the WordCamp Organizer Surveydashboard widget210 */ 211 public function render_ tools_survey() {206 * Render the content for the Removing WordCamp.org Pain Points dashboard widget 207 */ 208 public function render_removing_pain_points() { 212 209 ?> 213 210 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. 211 <p>There are several projects underway to eliminate the worst pain points that WordCamp organizers have reported. Check them out if you'd like to get involved!</p> 212 213 <ul class="ul-disc"> 214 <li><a href="https://make.wordpress.org/community/2015/06/10/wordcamp-org-tools-survey-results/">Quickly clone another WordCamp site</a> instead of building yours from scratch.</li> 215 <li><a href="https://make.wordpress.org/community/2015/06/16/editing-wordcamp-css-locally-with-git/">Edit CSS in your local environment</a> and manage it in a Git(Hub) repository.</li> 216 <li><a href="https://make.wordpress.org/community/2015/07/02/results-from-the-wordcamp-org-tools-follow-up-survey/">Build a new theme</a> for WordCamp sites.</li> 217 <li><a href="https://make.wordpress.org/community/2015/06/10/wordcamp-org-tools-survey-results/">Improve documentation</a>.</li> 218 </ul> 215 219 216 220 <?php
Note: See TracChangeset
for help on using the changeset viewer.