Making WordPress.org


Ignore:
Timestamp:
12/11/2019 07:47:00 AM (5 years ago)
Author:
tellyworth
Message:

Main theme: fix headings hierarchy in About section

This is the markup following r9327, to fix the headings hierarchy for better SEO and accessibility.

Props dufresnesteven, afercia.
Fixes #4120.

File:
1 edited

Legend:

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

    r9267 r9328  
    3434
    3535        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    36             <header class="entry-header">
     36            <header class="entry-header row">
    3737                <?php the_title( '<h1 class="entry-title col-8">', '</h1>' ); ?>
    3838            </header><!-- .entry-header -->
     
    6969                    </ul>
    7070
    71                     <h3><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h3>
     71                    <h2><?php esc_html_e( 'Jazzers and Release Dates', 'wporg' ); ?></h2>
    7272
    7373                    <p>
Note: See TracChangeset for help on using the changeset viewer.