Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
- Timestamp:
- 12/11/2019 07:47:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-accessibility.php
r8159 r9328 32 32 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 34 <header class="entry-header ">34 <header class="entry-header row"> 35 35 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 36 36 </header><!-- .entry-header --> … … 62 62 </p> 63 63 64 <h 3><?php esc_html_e( 'The Accessibility Team', 'wporg' ); ?></h3>64 <h2><?php esc_html_e( 'The Accessibility Team', 'wporg' ); ?></h2> 65 65 <p> 66 66 <?php … … 97 97 </p> 98 98 99 <h 3>99 <h2> 100 100 <?php 101 101 /* translators: ATAG: Authoring Tool Accessibility Guidelines; https://www.w3.org/TR/ATAG20/ */ 102 102 esc_html_e( 'ATAG Statement', 'wporg' ); 103 103 ?> 104 </h 3>104 </h2> 105 105 <p> 106 106 <?php
Note: See TracChangeset
for help on using the changeset viewer.