Skip to content

Commit

Permalink
Twenty Twelve: s/Show Menu/Menu/ for clarity and simplicity, and mayb…
Browse files Browse the repository at this point in the history
…e more semantic and accessible. Fixes #21783, props iandstewart.

git-svn-id: http://core.svn.wordpress.org/trunk@21730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed Sep 4, 2012
1 parent d9ef2c1 commit 1aef211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/twentytwelve/header.php
Expand Up @@ -36,7 +36,7 @@
</hgroup>

<nav id="site-navigation" class="main-navigation" role="navigation">
<h3 class="menu-toggle"><?php _e( 'Show menu', 'twentytwelve' ); ?></h3>
<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
<div class="skip-link assistive-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a></div>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav><!-- #site-navigation -->
Expand Down

0 comments on commit 1aef211

Please sign in to comment.