Making WordPress.org

Changeset 3934


Ignore:
Timestamp:
09/02/2016 09:41:59 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Use the same tag cloud font sizes for the forum sidebar as the forum home page.

Reverts [3923] and applies intended fix to proper location.

Props SergeyBiryukov.
Fixes #1948.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

    r3927 r3934  
    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
     
    133133        <div>
    134134            <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(); ?>
    136136        </div>
    137137
Note: See TracChangeset for help on using the changeset viewer.