Changeset 4974
- Timestamp:
- 05/29/2013 10:09:23 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
includes/admin/forums.php (modified) (1 diff)
-
templates/default/bbpress/loop-single-forum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/forums.php
r4950 r4974 481 481 * @param array $actions Actions 482 482 * @param array $forum Forum object 483 * @uses the_content() To output forum description483 * @uses bbp_forum_content() To output forum description 484 484 * @return array $actions Actions 485 485 */ -
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.