- Timestamp:
- 02/15/2011 11:13:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/page-bbp_no_replies.php
r2818 r2905 27 27 <?php bbp_set_query_name( 'bbp_no_replies' ); ?> 28 28 29 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_ topic_reply_count', 'meta_value' => 1, 'meta_compare' => '<', 'orderby' => '' ) ) ) : ?>29 <?php if ( bbp_has_topics( array( 'meta_key' => '_bbp_reply_count', 'meta_value' => 1, 'meta_compare' => '<', 'orderby' => '' ) ) ) : ?> 30 30 31 31 <?php get_template_part( 'loop', 'bbp_topics' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.