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/content-single-forum.php

    r5770 r5829  
    3232        <?php endif; ?>
    3333
    34         <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?>
     34        <?php if ( ! bbp_is_forum_category() && bbp_has_topics() ) : ?>
    3535
    3636            <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
     
    4242            <?php bbp_get_template_part( 'form',       'topic'     ); ?>
    4343
    44         <?php elseif ( !bbp_is_forum_category() ) : ?>
     44        <?php elseif ( ! bbp_is_forum_category() ) : ?>
    4545
    4646            <?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>
Note: See TracChangeset for help on using the changeset viewer.