Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/10/2011 06:46:55 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix shortcodes for single topics and forums. Add shortcode for topic tag cloud. Rename single topic tag shortcode function to more accurately describe what it does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-general-template.php

    r3130 r3132  
    21362136
    21372137        } 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() ) );
    21392139
    21402140        /** Forums/Topics/Replies *********************************************/
Note: See TracChangeset for help on using the changeset viewer.