Changeset 3744 for branches/plugin/bbp-theme-compat/bbpress/loop-forums.php
- Timestamp:
- 02/18/2012 09:52:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-theme-compat/bbpress/loop-forums.php
r3734 r3744 29 29 <?php while ( bbp_forums() ) : bbp_the_forum(); ?> 30 30 31 <?php bbp_get_template_part( ' bbpress/loop', 'single-forum' ); ?>31 <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> 32 32 33 33 <?php endwhile; ?>
Note: See TracChangeset
for help on using the changeset viewer.