Skip to:
Content

bbPress.org

Changeset 2500


Ignore:
Timestamp:
07/21/2010 06:24:25 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Why echo loudly when you can return quietly? props GautamGupta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-templatetags.php

    r2499 r2500  
    555555    function bbp_get_topic_forum ( $topic_id = '' ) {
    556556        $forum_id = bbp_get_topic_forum_id( $topic_id );
    557         return apply_filters( 'bbp_get_topic_forum', bbp_forum_title( $forum_id ) );
     557        return apply_filters( 'bbp_get_topic_forum', bbp_get_forum_title( $forum_id ) );
    558558    }
    559559
Note: See TracChangeset for help on using the changeset viewer.