Changeset 2500
- Timestamp:
- 07/21/2010 06:24:25 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-templatetags.php
r2499 r2500 555 555 function bbp_get_topic_forum ( $topic_id = '' ) { 556 556 $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 ) ); 558 558 } 559 559
Note: See TracChangeset
for help on using the changeset viewer.