_s: Simplify skip link markup.

This commit is contained in:
obenland 2013-10-15 21:07:14 +02:00
parent ea31bd462d
commit 628ec71614
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<nav id="site-navigation" class="main-navigation" role="navigation">
<h1 class="menu-toggle"><?php _e( 'Menu', '_s' ); ?></h1>
<div class="skip-link"><a class="screen-reader-text" href="#content"><?php _e( 'Skip to content', '_s' ); ?></a></div>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', '_s' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #site-navigation -->