# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \templates\default\bbpress
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 117 | 117 | |
| 118 | 118 | <?php endif; ?> |
| 119 | 119 | |
| 120 | | <?php if ( !bbp_is_single_forum() ) : ?> |
| | 120 | <?php if ( bbp_is_topic_edit() || !bbp_get_form_topic_forum() ) : ?> |
| 121 | 121 | |
| 122 | 122 | <?php do_action( 'bbp_theme_before_topic_form_forum' ); ?> |
| 123 | 123 | |
| … |
… |
|
| 214 | 214 | </form> |
| 215 | 215 | </div> |
| 216 | 216 | |
| 217 | | <?php elseif ( bbp_is_forum_closed() ) : ?> |
| | 217 | <?php elseif ( bbp_is_forum_closed( bbp_get_form_topic_forum() ) ) : ?> |
| 218 | 218 | |
| 219 | 219 | <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> |
| 220 | 220 | <div class="bbp-template-notice"> |