Changeset 4208 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 10/10/2016 07:58:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r4206 r4208 486 486 ?> 487 487 <div id="topic-tag" class="bbp-topic-tag"> 488 <h 1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1>489 <?php if ( ! empty( $term_subscription ) ) : ?><h 2><?php echo $term_subscription; ?></h2><?php endif; ?>488 <h2 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h2> 489 <?php if ( ! empty( $term_subscription ) ) : ?><h3><?php echo $term_subscription; ?></h3><?php endif; ?> 490 490 <div class="entry-content"> 491 491 <?php
Note: See TracChangeset
for help on using the changeset viewer.