Making WordPress.org

Ticket #1366: 1366.patch

File 1366.patch, 658 bytes (added by SergeyBiryukov, 9 years ago)
  • wordcamp-payments/classes/payment-request.php

     
    774774
    775775                        If you have any questions, please reply to let us know.",
    776776                        $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'] ) ),
    778778                        admin_url( sprintf( 'post.php?post=%s&action=edit', $request_id ) )
    779779                );
    780780                $message = str_replace( "\t", '', $message );