# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \includes\common
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 1508 | 1508 | |
| 1509 | 1509 | else : |
| 1510 | 1510 | |
| 1511 | | if ( bbp_is_single_forum() ) : ?> |
| | 1511 | if ( bbp_get_form_topic_forum() ) : ?> |
| 1512 | 1512 | |
| 1513 | | <input type="hidden" name="bbp_forum_id" id="bbp_forum_id" value="<?php bbp_forum_id(); ?>" /> |
| | 1513 | <input type="hidden" name="bbp_forum_id" id="bbp_forum_id" value="<?php bbp_form_topic_forum(); ?>" /> |
| 1514 | 1514 | |
| 1515 | 1515 | <?php endif; ?> |
| 1516 | 1516 | |