Changeset 9858 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php
- Timestamp:
- 05/13/2020 03:47:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php
r7489 r9858 112 112 </ul> 113 113 </div> 114 <?php /* Temporarily disable this until https://core.trac.wordpress.org/ticket/41796#comment:8 can be fixed115 114 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 */ ?>122 115 <?php endif; ?> 123 116
Note: See TracChangeset
for help on using the changeset viewer.