Changeset 4974 for trunk/templates/default/bbpress/loop-single-forum.php
- Timestamp:
- 05/29/2013 10:09:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/loop-single-forum.php
r4948 r4974 22 22 <?php do_action( 'bbp_theme_before_forum_description' ); ?> 23 23 24 <div class="bbp-forum-content"><?php the_content(); ?></div>24 <div class="bbp-forum-content"><?php bbp_forum_content(); ?></div> 25 25 26 26 <?php do_action( 'bbp_theme_after_forum_description' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.