Skip to:
Content

bbPress.org

Ticket #3489: 3489.patch

File 3489.patch, 638 bytes (added by naxoc, 4 years ago)
  • src/includes/topics/template.php

     
    32753275 * @param array $args See {@link bbp_get_single_topic_description()}
    32763276 */
    32773277function 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        }
    32793281}
    32803282        /**
    32813283         * Return a fancy description of the current topic, including total topics,