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

    r5770 r5829  
    4040    </dd>
    4141
    42     <?php if ( !empty( $stats['empty_topic_tag_count'] ) ) : ?>
     42    <?php if ( ! empty( $stats['empty_topic_tag_count'] ) ) : ?>
    4343
    4444        <dt><?php esc_html_e( 'Empty Topic Tags', 'bbpress' ); ?></dt>
     
    4949    <?php endif; ?>
    5050
    51     <?php if ( !empty( $stats['topic_count_hidden'] ) ) : ?>
     51    <?php if ( ! empty( $stats['topic_count_hidden'] ) ) : ?>
    5252
    5353        <dt><?php esc_html_e( 'Hidden Topics', 'bbpress' ); ?></dt>
     
    6060    <?php endif; ?>
    6161
    62     <?php if ( !empty( $stats['reply_count_hidden'] ) ) : ?>
     62    <?php if ( ! empty( $stats['reply_count_hidden'] ) ) : ?>
    6363
    6464        <dt><?php esc_html_e( 'Hidden Replies', 'bbpress' ); ?></dt>
Note: See TracChangeset for help on using the changeset viewer.