Making WordPress.org


Ignore:
Timestamp:
04/16/2020 03:17:27 AM (5 years ago)
Author:
tellyworth
Message:

Plugin dir: improve the heading hierarchy.

Improvements for SEO and a11y.

Props dufresnesteven, afercia.
See #4115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php

    r9045 r9735  
    3434        ?>
    3535
    36         <h3 class="screen-reader-text"><?php echo apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Meta', 'wporg-plugins' ) : $instance['title'], $instance, $this->id_base ); ?></h3>
     36        <h2 class="screen-reader-text"><?php echo apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Meta', 'wporg-plugins' ) : $instance['title'], $instance, $this->id_base ); ?></h2>
    3737
    3838        <ul>
Note: See TracChangeset for help on using the changeset viewer.