Changeset 2746 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
- Timestamp:
- 03/14/2016 06:13:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r2719 r2746 431 431 function save_request( $post_id, $post ) { 432 432 if ( ! \WordCamp_Budgets::post_edit_is_actionable( $post, POST_TYPE ) ) { 433 return; 434 } 435 436 if ( empty( $_POST ) ) { 433 437 return; 434 438 }
Note: See TracChangeset
for help on using the changeset viewer.