Changeset 5356 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
- Timestamp:
- 04/17/2017 09:58:43 PM (8 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.