Changeset 3798 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 08/10/2016 05:22:41 PM (7 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.