Making WordPress.org

Changeset 5356


Ignore:
Timestamp:
04/17/2017 09:58:43 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Organizer Reminders: Add the venue_exhibition_space_message shortcode

Props bansod_deven
Fixes #720

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  
    225225            '[venue_url]',
    226226            '[venue_contact_info]',
     227            '[venue_exhibition_space_message]',
    227228
    228229            // Miscellaneous
     
    287288            empty( $wordcamp_meta['Website URL'][0] )         ? 'N/A' : $wordcamp_meta['Website URL'][0],
    288289            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.',
    289291
    290292            // Miscellaneous
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-reminder.php

    r4345 r5356  
    309309            <li>[venue_url]</li>
    310310            <li>[venue_contact_info]</li>
     311            <li>[venue_exhibition_space_message]</li>
    311312        </ul>
    312313
Note: See TracChangeset for help on using the changeset viewer.