- Timestamp:
- 12/28/2011 07:37:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/page-topic-tags.php
r3348 r3651 25 25 <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress' ); ?> 26 26 27 < ?php bbp_breadcrumb(); ?>27 <div id="bbpress-forums"> 28 28 29 <div id="bbp-topic-hot-tags">29 <?php bbp_breadcrumb(); ?> 30 30 31 < ?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>31 <div id="bbp-topic-hot-tags"> 32 32 33 <?php wp_tag_cloud( array( 'smallest' => 9, 'largest' => 38, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?> 34 35 </div> 33 36 </div> 34 35 37 </div> 36 38 </div><!-- #bbp-topic-tags -->
Note: See TracChangeset
for help on using the changeset viewer.