Changeset 6299
- Timestamp:
- 02/21/2017 11:11:00 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/template.php
r6196 r6299 1743 1743 1744 1744 <input type="hidden" name="action" id="bbp_post_action" value="bbp-split-topic" /> 1745 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php echo absint( $_GET['reply_id'] ); ?>" />1745 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php echo intval( $_GET['reply_id'] ); ?>" /> 1746 1746 1747 1747 <?php wp_nonce_field( 'bbp-split-topic_' . bbp_get_topic_id() ); … … 1759 1759 1760 1760 <input type="hidden" name="action" id="bbp_post_action" value="bbp-move-reply" /> 1761 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php echo absint( $_GET['reply_id'] ); ?>" />1761 <input type="hidden" name="bbp_reply_id" id="bbp_reply_id" value="<?php echo intval( $_GET['reply_id'] ); ?>" /> 1762 1762 1763 1763 <?php wp_nonce_field( 'bbp-move-reply_' . bbp_get_reply_id() );
Note: See TracChangeset
for help on using the changeset viewer.