Changeset 5356
- Timestamp:
- 04/17/2017 09:58:43 PM (7 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
r4345 r5356 225 225 '[venue_url]', 226 226 '[venue_contact_info]', 227 '[venue_exhibition_space_message]', 227 228 228 229 // Miscellaneous … … 287 288 empty( $wordcamp_meta['Website URL'][0] ) ? 'N/A' : $wordcamp_meta['Website URL'][0], 288 289 empty( $wordcamp_meta['Contact Information'][0] ) ? 'N/A' : $wordcamp_meta['Contact Information'][0], 290 empty( $wordcamp_meta['Exhibition Space Available'][0] ) ? 'This event has no exhibition space.' : 'This event might have exhibition space available, please check with the organizers for more information.', 289 291 290 292 // Miscellaneous -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-reminder.php
r4345 r5356 309 309 <li>[venue_url]</li> 310 310 <li>[venue_contact_info]</li> 311 <li>[venue_exhibition_space_message]</li> 311 312 </ul> 312 313
Note: See TracChangeset
for help on using the changeset viewer.