Changeset 5829 for trunk/src/templates/default/bbpress/form-topic.php
- Timestamp:
- 07/14/2015 12:46:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-topic.php
r5770 r5829 49 49 <?php do_action( 'bbp_theme_before_topic_form_notices' ); ?> 50 50 51 <?php if ( ! bbp_is_topic_edit() && bbp_is_forum_closed() ) : ?>51 <?php if ( ! bbp_is_topic_edit() && bbp_is_forum_closed() ) : ?> 52 52 53 53 <div class="bbp-template-notice"> … … 112 112 <?php endif; ?> 113 113 114 <?php if ( ! bbp_is_single_forum() ) : ?>114 <?php if ( ! bbp_is_single_forum() ) : ?> 115 115 116 116 <?php do_action( 'bbp_theme_before_topic_form_forum' ); ?> … … 158 158 <?php endif; ?> 159 159 160 <?php if ( bbp_is_subscriptions_active() && ! bbp_is_anonymous() && ( !bbp_is_topic_edit() || ( bbp_is_topic_edit() && !bbp_is_topic_anonymous() ) ) ) : ?>160 <?php if ( bbp_is_subscriptions_active() && ! bbp_is_anonymous() && ( ! bbp_is_topic_edit() || ( bbp_is_topic_edit() && ! bbp_is_topic_anonymous() ) ) ) : ?> 161 161 162 162 <?php do_action( 'bbp_theme_before_topic_form_subscriptions' ); ?> … … 250 250 <?php endif; ?> 251 251 252 <?php if ( ! bbp_is_single_forum() ) : ?>252 <?php if ( ! bbp_is_single_forum() ) : ?> 253 253 254 254 </div>
Note: See TracChangeset
for help on using the changeset viewer.