Changeset 2624
- Timestamp:
- 02/25/2016 11:38:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/wcb-payment-request-statuses/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2615 r2624 716 716 $this->sanitize_save_normal_fields( $post_id ); 717 717 WordCamp_Budgets::validate_save_payment_method_fields( $post_id, 'camppayments' ); 718 $this->sanitize_save_misc_fields( $post_id ); 719 718 $this->sanitize_save_misc_fields( $post_id ); 719 720 update_post_meta( $post_id, '_wcb_updated_timestamp', time() ); 720 721 $user = get_user_by( 'id', get_current_user_id() ); 721 722
Note: See TracChangeset
for help on using the changeset viewer.