Changeset 8084 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
- Timestamp:
- 01/15/2019 11:02:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r8083 r8084 725 725 } 726 726 727 if ( 'wcpt-scheduled' === $new_status ) {727 if ( 'wcpt-scheduled' === $new_status && 'wcpt-scheduled' !== $old_status ) { 728 728 return $this->notify_new_wordcamp_in_slack( $wordcamp ); 729 } elseif ( 'wcpt-rejected' === $new_status ) {729 } elseif ( 'wcpt-rejected' === $new_status && 'wcpt-rejected' !== $old_status ) { 730 730 $location = get_post_meta( $wordcamp->ID, 'Location', true ); 731 731 return $this->schedule_decline_notification( $wordcamp, 'WordCamp', $location );
Note: See TracChangeset
for help on using the changeset viewer.