Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/29/2013 10:09:23 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Replace the_content() with bbp_forum_content() where appropriate. Fixes recursion issues introduced in r4792, as part of http://buddypress.trac.wordpress.org/ticket/5021

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/loop-single-forum.php

    r4948 r4974  
    2222        <?php do_action( 'bbp_theme_before_forum_description' ); ?>
    2323
    24         <div class="bbp-forum-content"><?php the_content(); ?></div>
     24        <div class="bbp-forum-content"><?php bbp_forum_content(); ?></div>
    2525
    2626        <?php do_action( 'bbp_theme_after_forum_description' ); ?>
Note: See TracChangeset for help on using the changeset viewer.