Changeset 8220 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
- Timestamp:
- 02/11/2019 03:43:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
r8105 r8220 163 163 // Make sure postmeta is synced with $_POST when this is called in the middle of updating a post 164 164 if ( did_action( 'transition_post_status' ) || did_action( 'save_post' ) ) { 165 $wordcamp_admin->metabox_save( $wordcamp->ID, $wordcamp );165 $wordcamp_admin->metabox_save( $wordcamp->ID, $wordcamp, false ); 166 166 } 167 167
Note: See TracChangeset
for help on using the changeset viewer.