Changeset 3779
- Timestamp:
- 08/07/2016 12:11:23 AM (8 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
r3017 r3779 171 171 <ul class="ul-disc"> 172 172 <?php if ( $this->need_central_about_info ) : ?> 173 <li>Please send us <a href="http ://plan.wordcamp.org/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li>173 <li>Please send us <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li> 174 174 <?php endif; ?> 175 175 176 176 <?php if ( in_array( 'attendees', $this->needed_pages ) ) : ?> 177 <li>Tickets are on sale now! Don’t forget to <a href="http ://plan.wordcamp.org/using-camptix/#attendees-list">publish an Attendees page</a>, so everyone can see what amazing people are coming to your WordCamp.</li>177 <li>Tickets are on sale now! Don’t forget to <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/using-camptix-event-ticketing-plugin/#attendees-list">publish an Attendees page</a>, so everyone can see what amazing people are coming to your WordCamp.</li> 178 178 <?php endif; ?> 179 179 180 180 <?php if ( in_array( 'schedule', $this->needed_pages ) ) : ?> 181 <li>Tickets sell a lot faster when people can see who's speaking at your WordCamp. How about <a href="http ://plan.wordcamp.org/first-steps/web-presence/working-with-speakers-sessions-and-sponsors/#schedule">publishing a schedule</a> today?</li>181 <li>Tickets sell a lot faster when people can see who's speaking at your WordCamp. How about <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/custom-tools-for-building-wordcamp-content/#schedule">publishing a schedule</a> today?</li> 182 182 <?php endif; ?> 183 183 </ul>
Note: See TracChangeset
for help on using the changeset viewer.