Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix skip to content link.
* Reverts this commit: Automattic#927 The issue for that, Automattic#928 referenced an old commit. The `id` is still in the source though.
* Brought up by Automattic#982. The `id` was correct, should not have been changed and this fixes everything.

Fixes Automattic#982
  • Loading branch information
davidakennedy committed Jul 15, 2016
1 parent c5d2d2c commit 44f41ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -22,7 +22,7 @@

<body <?php body_class(); ?>>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', '_s' ); ?></a>

<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
Expand Down

0 comments on commit 44f41ba

Please sign in to comment.