Changeset 55276 for trunk/src/wp-content/themes/twentytwentyone/header.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/header.php
r52013 r55276 24 24 <?php wp_body_open(); ?> 25 25 <div id="page" class="site"> 26 <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'twentytwentyone' ); ?></a> 26 <a class="skip-link screen-reader-text" href="#content"> 27 <?php 28 /* translators: Hidden accessibility text. */ 29 esc_html_e( 'Skip to content', 'twentytwentyone' ); 30 ?> 31 </a> 27 32 28 33 <?php get_template_part( 'template-parts/header/site-header' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.