Changeset 7130
- Timestamp:
- 08/13/2020 07:15:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r7046 r7130 2494 2494 2495 2495 // Get $_REQUEST data 2496 if ( bbp_is_reply_form_post_request() &&isset( $_REQUEST['bbp_reply_to'] ) ) {2496 if ( isset( $_REQUEST['bbp_reply_to'] ) ) { 2497 2497 $reply_to = bbp_validate_reply_to( $_REQUEST['bbp_reply_to'] ); 2498 2498 }
Note: See TracChangeset
for help on using the changeset viewer.