Making WordPress.org

Changeset 3923


Ignore:
Timestamp:
09/01/2016 11:35:05 PM (10 years ago)
Author:
netweb
Message:

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

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

    r3918 r3923  
    121121                <div>
    122122                        <h3><?php _e( 'Tags', 'wporg-forums' ); ?></h3>
    123                         <?php wp_tag_cloud(); ?>
     123                        <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
    124124                </div>
    125125
Note: See TracChangeset for help on using the changeset viewer.