1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
function bbp_get_single_forum_description( $args = '' ) {
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'forum_id' => 0,
'before' => '<div class="bbp-template-notice info"><p class="bbp-forum-description">',
'after' => '</p></div>',
'size' => 14,
'feed' => true
), 'get_single_forum_description' );
]]>