Making WordPress.org

Changeset 9858


Ignore:
Timestamp:
05/13/2020 03:47:53 AM (6 years ago)
Author:
dd32
Message:

Support: Remove the disabled tag cloud, it's been disabled for 3 years and not missed.

File:
1 edited

Legend:

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

    r7489 r9858  
    112112                                </ul>
    113113                        </div>
    114 <?php /* Temporarily disable this until https://core.trac.wordpress.org/ticket/41796#comment:8 can be fixed
    115114
    116                         <div>
    117                                 <h4><?php _e( 'Tags', 'wporg-forums' ); ?></h4>
    118                                 <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
    119                         </div>
    120 
    121  */ ?>
    122115                <?php endif; ?>
    123116
Note: See TracChangeset for help on using the changeset viewer.