Changeset 5302
- Timestamp:
- 03/04/2014 12:39:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/extras/page-topics-no-replies.php
r4733 r5302 28 28 <?php bbp_set_query_name( 'bbp_no_replies' ); ?> 29 29 30 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'meta_value' => '1', 'meta_ compare' => '<', 'orderby' => 'date', 'show_stickies' => false ) ) ) : ?>30 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'meta_value' => '1', 'meta_type' => 'NUMERIC', 'meta_compare' => '<', 'orderby' => 'date', 'show_stickies' => false ) ) ) : ?> 31 31 32 32 <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.