Changeset 2674
- Timestamp:
- 03/02/2016 10:25:15 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
r2672 r2674 450 450 451 451 if ( user_can_edit_request( $original_post ) ) { 452 $text_fields = array( 'name_of_payer', 'currency', 'reason' );452 $text_fields = array( 'name_of_payer', 'currency', 'reason', 'reason_other' ); 453 453 validate_and_save_text_fields( $post_id, $text_fields, $_POST ); 454 454
Note: See TracChangeset
for help on using the changeset viewer.