Changeset 7629 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-admin.php
- Timestamp:
- 08/23/2018 09:47:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/class-event-admin.php
r7608 r7629 358 358 359 359 $meta_keys = $this->meta_keys(); 360 $orig_meta_values = get_post_meta( $post_id ); 360 361 361 362 foreach ( $meta_keys as $key => $value ) { … … 407 408 } 408 409 409 do_action( 'wcpt_metabox_save_done', $post_id );410 do_action( 'wcpt_metabox_save_done', $post_id, $orig_meta_values ); 410 411 411 412 $this->validate_and_add_note( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.