Changeset 59914
- Timestamp:
- 03/03/2025 08:35:34 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/header.php
r59907 r59914 34 34 <?php wp_body_open(); ?> 35 35 <div id="page" class="hfeed site"> 36 <a class="screen-reader-text skip-link" href="#content"> 37 <?php 38 /* translators: Hidden accessibility text. */ 39 _e( 'Skip to content', 'twentyfourteen' ); 40 ?> 41 </a> 36 42 <?php $is_front = ! is_paged() && ( is_front_page() || ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) ); ?> 37 43 <?php if ( get_header_image() ) : ?> … … 58 64 <nav id="primary-navigation" class="site-navigation primary-navigation"> 59 65 <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> 60 <a class="screen-reader-text skip-link" href="#content">61 <?php62 /* translators: Hidden accessibility text. */63 _e( 'Skip to content', 'twentyfourteen' );64 ?>65 </a>66 66 <?php 67 67 wp_nav_menu(
Note: See TracChangeset
for help on using the changeset viewer.