Ticket #3489: 3489.patch
| File 3489.patch, 638 bytes (added by , 4 years ago) |
|---|
-
src/includes/topics/template.php
3275 3275 * @param array $args See {@link bbp_get_single_topic_description()} 3276 3276 */ 3277 3277 function bbp_single_topic_description( $args = array() ) { 3278 echo bbp_get_single_topic_description( $args ); 3278 if ( apply_filters( 'bbp_use_single_topic_description', true, $args ) ) { 3279 echo bbp_get_single_topic_description( $args ); 3280 } 3279 3281 } 3280 3282 /** 3281 3283 * Return a fancy description of the current topic, including total topics,
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)