- Timestamp:
- 03/21/2016 06:29:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r2746 r2772 434 434 } 435 435 436 if ( empty( $_POST ) ) {436 if ( empty( $_POST ) || ! empty( $_POST['wcpn-request-import'] ) ) { 437 437 return; 438 438 }
Note: See TracChangeset
for help on using the changeset viewer.