Changeset 5559 for trunk/src/includes/replies/template.php
- Timestamp:
- 11/10/2014 06:09:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r5558 r5559 2553 2553 // Get _POST data 2554 2554 if ( bbp_is_reply_form_post_request() && isset( $_POST['bbp_reply_content'] ) ) { 2555 $reply_content = stripslashes( $_POST['bbp_reply_content'] );2555 $reply_content = wp_unslash( $_POST['bbp_reply_content'] ); 2556 2556 2557 2557 // Get edit data … … 2748 2748 // Get _POST data 2749 2749 if ( bbp_is_reply_form_post_request() && isset( $_POST['bbp_reply_edit_reason'] ) ) { 2750 $reply_edit_reason = stripslashes( $_POST['bbp_reply_edit_reason'] );2750 $reply_edit_reason = wp_unslash( $_POST['bbp_reply_edit_reason'] ); 2751 2751 2752 2752 // No data
Note: See TracChangeset
for help on using the changeset viewer.