Changeset 2913
- Timestamp:
- 02/18/2011 10:16:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/single-bbp_forum.php
r2878 r2913 29 29 <?php bbp_single_forum_description(); ?> 30 30 31 <?php get_template_part( 'loop', 'bbp_forums' ); ?> 31 <?php if ( bbp_get_forum_subforum_count() ) : ?> 32 33 <?php get_template_part( 'loop', 'bbp_forums' ); ?> 34 35 <?php endif; ?> 32 36 33 37 <?php if ( !bbp_is_forum_category() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.