Making WordPress.org


Ignore:
Timestamp:
11/02/2016 07:09:29 PM (7 years ago)
Author:
coffee2code
Message:

Support Theme: Change header markup for topic tags view.

  • Change topic tag main header from h2 to h1
  • Remove h3 from around subscription link (it's much too large and unnecessary)
File:
1 edited

Legend:

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

    r4299 r4318  
    530530    ?>
    531531    <div id="topic-tag" class="bbp-topic-tag">
    532     <h2 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h2>
    533     <?php if ( ! empty( $term_subscription ) ) : ?><h3><?php echo $term_subscription; ?></h3><?php endif; ?>
     532    <h1 class="entry-title"><?php printf( esc_html__( 'Topic Tag: %s', 'bbpress' ), '<span>' . bbp_get_topic_tag_name() . '</span>' ); ?></h1>
     533    <?php if ( ! empty( $term_subscription ) ) : ?><?php echo $term_subscription; ?><?php endif; ?>
    534534        <div class="entry-content">
    535535    <?php
Note: See TracChangeset for help on using the changeset viewer.