Ticket #1948: meta-1948.2.patch
File meta-1948.2.patch, 678 bytes (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php
101 101 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 107 107 <?php endif; ?>