Changeset 5829 for trunk/src/templates/default/bbpress/form-reply.php
- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-reply.php
r5770 r5829 29 29 <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?> 30 30 31 <?php if ( ! bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?>31 <?php if ( ! bbp_is_topic_open() && ! bbp_is_reply_edit() ) : ?> 32 32 33 33 <div class="bbp-template-notice"> … … 83 83 <?php endif; ?> 84 84 85 <?php if ( bbp_is_subscriptions_active() && ! bbp_is_anonymous() && ( !bbp_is_reply_edit() || ( bbp_is_reply_edit() && !bbp_is_reply_anonymous() ) ) ) : ?>85 <?php if ( bbp_is_subscriptions_active() && ! bbp_is_anonymous() && ( ! bbp_is_reply_edit() || ( bbp_is_reply_edit() && ! bbp_is_reply_anonymous() ) ) ) : ?> 86 86 87 87 <?php do_action( 'bbp_theme_before_reply_form_subscription' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.