Changeset 150
- Timestamp:
- 12/12/2013 10:52:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-mailchimp/addons/camptix-mailchimp.php
r143 r150 397 397 398 398 // Add the ticket name to the MailChimp groups. 399 if ( ! empty( $existing_groups['tickets'] ) ) {399 if ( ! empty( $existing_groups['tickets'] ) && isset( $ticket->post_title ) ) { 400 400 $groupings[] = array( 401 401 'id' => $existing_groups['tickets'],
Note: See TracChangeset
for help on using the changeset viewer.