- Timestamp:
- 07/14/2015 12:46:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/content-single-forum.php
r5770 r5829 32 32 <?php endif; ?> 33 33 34 <?php if ( ! bbp_is_forum_category() && bbp_has_topics() ) : ?>34 <?php if ( ! bbp_is_forum_category() && bbp_has_topics() ) : ?> 35 35 36 36 <?php bbp_get_template_part( 'pagination', 'topics' ); ?> … … 42 42 <?php bbp_get_template_part( 'form', 'topic' ); ?> 43 43 44 <?php elseif ( ! bbp_is_forum_category() ) : ?>44 <?php elseif ( ! bbp_is_forum_category() ) : ?> 45 45 46 46 <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.