Changeset 3132 for branches/plugin/bbp-includes/bbp-general-template.php
- Timestamp:
- 05/10/2011 06:46:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-general-template.php
r3130 r3132 2136 2136 2137 2137 } elseif ( get_query_var( 'bbp_topic_tag' ) ) { 2138 $new_content = $bbp->shortcodes->display_topic _tag( array( 'id' => bbp_get_topic_tag_id() ) );2138 $new_content = $bbp->shortcodes->display_topics_of_tag( array( 'id' => bbp_get_topic_tag_id() ) ); 2139 2139 2140 2140 /** Forums/Topics/Replies *********************************************/
Note: See TracChangeset
for help on using the changeset viewer.