Changeset 3632 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
- Timestamp:
- 07/07/2016 06:18:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
r3631 r3632 11 11 <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> 12 12 <?php endif; ?> 13 </div> 13 14 14 15 15 <nav id="site-navigation" class="navigation-main clear" role="navigation"> 16 <div class="screen-reader-text skip-link"><a href="#content" title="<?php _e( 'Skip to content', 'p2-breathe' ); ?>"><?php _e( 'Skip to content', 'p2-breathe' ); ?></a></div> 16 17 17 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false ) ); ?> 18 </nav><!-- .navigation-main --> 19 </div> 18 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false ) ); ?> 19 </nav><!-- .navigation-main --> 20 20 </header><!-- .site-header --> 21 21
Note: See TracChangeset
for help on using the changeset viewer.