Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (11 years ago)
Author:
johnjamesjacoby
Message:

I think this building should be condemned. There's serious metal fatigue in all the load-bearing members, the wiring is substandard, it's completely inadequate for our power needs, and the neighborhood is like a demilitarized zone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-reply.php

    r5770 r5829  
    2929                <?php do_action( 'bbp_theme_before_reply_form_notices' ); ?>
    3030
    31                 <?php if ( !bbp_is_topic_open() && !bbp_is_reply_edit() ) : ?>
     31                <?php if ( ! bbp_is_topic_open() && ! bbp_is_reply_edit() ) : ?>
    3232
    3333                    <div class="bbp-template-notice">
     
    8383                    <?php endif; ?>
    8484
    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() ) ) ) : ?>
    8686
    8787                        <?php do_action( 'bbp_theme_before_reply_form_subscription' ); ?>
Note: See TracChangeset for help on using the changeset viewer.