I found this solution :
add_action( 'bbp_template_before_single_forum' , 'xxxx_bbp_display_forum_description' );
function xxxx_bbp_display_forum_description() {
echo '<div>';
bbp_forum_content();
echo '</div>';
}
I found this solution :
add_action( 'bbp_template_before_single_forum' , 'xxxx_bbp_display_forum_description' );
function xxxx_bbp_display_forum_description() {
echo '<div>';
bbp_forum_content();
echo '</div>';
}