Ticket #62969: 62969.diff
| File 62969.diff, 1.2 KB (added by , 16 months ago) |
|---|
-
src/wp-content/themes/twentyfourteen/header.php
33 33 <body <?php body_class(); ?>> 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() ) : ?> 38 44 <div id="site-header"> … … 57 63 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( 68 68 array(
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)