Making WordPress.org


Ignore:
Timestamp:
04/15/2020 05:26:17 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Use better heading numbers for the Theme Directory.

Props afercia, poena, dufresnesteven, dd32.
Fixes #4113.
See #4110.

File:
1 edited

Legend:

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

    r9630 r9725  
    2626        <article id="post-<?php the_ID(); ?>" <?php post_class( array( 'wrap', 'commercial' ) ); ?>>
    2727            <header class="entry-header">
    28                 <h2 class="entry-title"><?php _e( 'Commercially Supported GPL Themes', 'wporg-themes' ); ?></h2>
     28                <h1 class="entry-title"><?php _e( 'Commercially Supported GPL Themes', 'wporg-themes' ); ?></h1>
    2929            </header><!-- .entry-header -->
    3030
     
    3939                    <?php _e( 'What they all have in common is people behind them who support open source, WordPress, and its GPL license.', 'wporg-themes' ); ?>
    4040                </p>
     41
     42                <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2>
    4143
    4244                <div id="themes">
Note: See TracChangeset for help on using the changeset viewer.