Changeset 3197 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
- Timestamp:
- 05/20/2016 06:30:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
r2898 r3197 159 159 // Make sure postmeta is synced with $_POST when this is called in the middle of updating a post 160 160 if ( did_action( 'transition_post_status' ) || did_action( 'save_post' ) ) { 161 $wordcamp_admin->metabox_save( $wordcamp->ID );161 $wordcamp_admin->metabox_save( $wordcamp->ID, $wordcamp ); 162 162 } 163 163
Note: See TracChangeset
for help on using the changeset viewer.