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-roadmap.php

    r9310 r9328  
    3232
    3333        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    34             <header class="entry-header">
     34            <header class="entry-header row">
    3535                <h1 class="entry-title col-8"><?php the_title(); ?></h1>
    3636            </header><!-- .entry-header -->
     
    9696                    </p>
    9797
    98                     <h3><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h3>
     98                    <h2><?php esc_html_e( 'Currently planned releases', 'wporg' ); ?></h2>
    9999
    100100                    <p>
     
    170170                    </p>
    171171
    172                     <h3><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h3>
     172                    <h2><?php esc_html_e( 'Long term roadmap', 'wporg' ); ?></h2>
    173173
    174174                    <p><?php esc_html_e( 'While we expect to need most or all of 2019 to finish phase 2 of Gutenberg, there are already plans for Phase 3 and 4. Phase 3 will focus on collaboration and multi-user editing. Phase 4 will contain support for multilingual sites.', 'wporg' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.