Making WordPress.org

Ticket #1948: meta-1948.2.patch

File meta-1948.2.patch, 678 bytes (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

     
    101101
    102102                        <div>
    103103                                <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() ) ); ?>
    105105                        </div>
    106106
    107107                <?php endif; ?>