Changeset 25742
- Timestamp:
- 10/09/2013 06:51:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/header.php
r25613 r25742 47 47 <nav role="navigation" class="site-navigation primary-navigation"> 48 48 <h1 class="screen-reader-text"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></h1> 49 < div class="screen-reader-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyfourteen' ); ?>"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a></div>49 <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a></a> 50 50 <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> 51 51 </nav>
Note: See TracChangeset
for help on using the changeset viewer.