Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/14/2015 12:46:38 AM (10 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-topic.php

    r5770 r5829  
    4949                <?php do_action( 'bbp_theme_before_topic_form_notices' ); ?>
    5050
    51                 <?php if ( !bbp_is_topic_edit() && bbp_is_forum_closed() ) : ?>
     51                <?php if ( ! bbp_is_topic_edit() && bbp_is_forum_closed() ) : ?>
    5252
    5353                    <div class="bbp-template-notice">
     
    112112                    <?php endif; ?>
    113113
    114                     <?php if ( !bbp_is_single_forum() ) : ?>
     114                    <?php if ( ! bbp_is_single_forum() ) : ?>
    115115
    116116                        <?php do_action( 'bbp_theme_before_topic_form_forum' ); ?>
     
    158158                    <?php endif; ?>
    159159
    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() ) ) ) : ?>
    161161
    162162                        <?php do_action( 'bbp_theme_before_topic_form_subscriptions' ); ?>
     
    250250<?php endif; ?>
    251251
    252 <?php if ( !bbp_is_single_forum() ) : ?>
     252<?php if ( ! bbp_is_single_forum() ) : ?>
    253253
    254254</div>
Note: See TracChangeset for help on using the changeset viewer.