Changeset 859
- Timestamp:
- 09/12/2014 12:07:32 AM (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
r858 r859 148 148 */ 149 149 protected function replace_placeholders( $wordcamp, $email, $content ) { 150 /** @var $wordcamp_admin WordCamp_Admin */ 151 global $wordcamp_admin; 152 153 // Make sure postmeta is synced with $_POST when this is called in the middle of updating a post 154 if ( did_action( 'transition_post_status' ) || did_action( 'save_post' ) ) { 155 $wordcamp_admin->metabox_save( $wordcamp->ID ); 156 } 157 150 158 $wordcamp_meta = get_post_custom( $wordcamp->ID ); 151 159
Note: See TracChangeset
for help on using the changeset viewer.