Ticket #1366: 1366.patch
File 1366.patch, 658 bytes (added by , 9 years ago) |
---|
-
wordcamp-payments/classes/payment-request.php
774 774 775 775 If you have any questions, please reply to let us know.", 776 776 $post_data['post_title'], 777 sanitize_text_field( $post_data_raw['wcp_mark_incomplete_notes']),777 sanitize_text_field( stripslashes( $post_data_raw['wcp_mark_incomplete_notes'] ) ), 778 778 admin_url( sprintf( 'post.php?post=%s&action=edit', $request_id ) ) 779 779 ); 780 780 $message = str_replace( "\t", '', $message );