Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/24/2011 05:40:28 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Commit bomb of changes to bbp-twentyten to further abstract out template parts for improved shortcode usage and theme_compat for themes that do not explicitly support bbPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-topic-tags.php

    r2943 r3031  
    2525                                                        <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress' ); ?>
    2626
    27                                                         <div id="bbp_topic_hot_tags">
     27                                                        <div id="bbp-topic-hot-tags">
     28
    2829                                                                <?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => $bbp->topic_tag_id ) ); ?>
     30
    2931                                                        </div>
    3032
Note: See TracChangeset for help on using the changeset viewer.