Changeset 3798
- Timestamp:
- 08/10/2016 05:22:41 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r3741 r3798 272 272 <li class="wp-version"><?php echo esc_html( $wp_version ); ?></li> 273 273 <?php endif; ?> 274 <?php if ( function_exists( 'WordPressdotorg\Forums\Topic_Resolution\get_topic_resolution_form' ) ) : ?> 275 <?php if ( WordPressdotorg\Forums\Topic_Resolution\Plugin::get_instance()->is_enabled_on_forum() ) : ?> 276 <li class="topic-resolved"><?php WordPressdotorg\Forums\Topic_Resolution\get_topic_resolution_form( $topic_id ); ?></li> 277 <?php endif; ?> 278 <?php endif; ?> 274 279 275 280 <?php -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
r3616 r3798 220 220 } 221 221 222 .sidebar .topic-info li.topic-resolved:before { 223 content: "\f546"; 224 } 225 222 226 /* Sticky topics */ 223 227 #bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,
Note: See TracChangeset
for help on using the changeset viewer.