forked from mirror/_s
Changed nav closing tag comment to indicate CSS id
This commit is contained in:
parent
06463db11d
commit
e6f6225214
|
@ -36,7 +36,7 @@
|
|||
<div class="assistive-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', '_s' ); ?>"><?php _e( 'Skip to content', '_s' ); ?></a></div>
|
||||
|
||||
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
|
||||
</nav><!-- .site-navigation -->
|
||||
</nav><!-- #site-navigation -->
|
||||
</header><!-- #masthead -->
|
||||
|
||||
<div id="main" class="site-main">
|
||||
|
|
Reference in New Issue