Making WordPress.org

Changeset 9719


Ignore:
Timestamp:
04/14/2020 04:46:34 AM (5 years ago)
Author:
dd32
Message:

WordPress.org: Update the Download Counter to use h1 tags.

Props dufresnesteven.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download-counter.php

    r9516 r9719  
    112112        }
    113113
    114         h2 {
     114        h1 {
    115115            font-weight: normal;
     116            font-size: 1.5em;
    116117        }
    117118
     
    227228        <div class="something-else-semantic">
    228229            <div class="counter-inner">
    229                 <h2>
     230                <h1>
    230231                    <?php
    231232                    printf(
     
    235236                    );
    236237                    ?>
    237                 </h2>
     238                </h1>
    238239                <p>
    239240                    <a href="<?php echo esc_url( home_url( '/download/' ) ); ?>"><?php esc_html_e( '&larr; Back to WordPress.org', 'wporg' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.