Making WordPress.org


Ignore:
Timestamp:
10/10/2016 07:58:55 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Fix display of "Topic Tag: %s" heading.

The heading was too large and displayed on the same line as the preceding breadcrumbs.

Props SergeyBiryukov.
Fixes #2123.

File:
1 edited

Legend:

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

    r4206 r4208  
    486486    ?>
    487487    <div id="topic-tag" class="bbp-topic-tag">
    488     <h1 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 ) ) : ?><h2><?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; ?>
    490490        <div class="entry-content">
    491491    <?php
Note: See TracChangeset for help on using the changeset viewer.