Fix skip to content link.

* Reverts this commit: https://github.com/Automattic/_s/pull/927 The issue for that, #928 referenced an old commit. The `id` is still in the source though.
* Brought up by #982. The `id` was correct, should not have been changed and this fixes everything.

Fixes #982
This commit is contained in:
David A. Kennedy 2016-07-15 09:53:29 -04:00
parent c5d2d2ca6f
commit 44f41babcd
1 changed files with 1 additions and 1 deletions

View File

@ -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">