Changeset 3934 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
- Timestamp:
- 09/02/2016 09:41:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
r3927 r3934 102 102 <div> 103 103 <h3><?php _e( 'Tags', 'wporg-forums' ); ?></h3> 104 <?php echo do_shortcode( '[bbp-topic-tags]'); ?>104 <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?> 105 105 </div> 106 106 … … 133 133 <div> 134 134 <h3><?php _e( 'Tags', 'wporg-forums' ); ?></h3> 135 <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() )); ?>135 <?php wp_tag_cloud(); ?> 136 136 </div> 137 137
Note: See TracChangeset
for help on using the changeset viewer.