Changeset 5378 for trunk/src/includes/replies/template.php
- Timestamp:
- 06/06/2014 07:38:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/includes/replies/template.php ΒΆ
r5372 r5378 2466 2466 // Get $_REQUEST data 2467 2467 if ( isset( $_REQUEST['bbp_reply_to'] ) ) { 2468 $reply_to = (int) $_REQUEST['bbp_reply_to'];2468 $reply_to = bbp_validate_reply_to( $_REQUEST['bbp_reply_to'] ); 2469 2469 } 2470 2470
Note: See TracChangeset
for help on using the changeset viewer.