Ticket #3105: 3105.diff
File 3105.diff, 877 bytes (added by , 8 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/header.php
15 15 <nav id="site-navigation" class="navigation-main clear" role="navigation"> 16 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> 17 17 18 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false ) ); ?>18 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false, 'depth' => 1 ) ); ?> 19 19 </nav><!-- .navigation-main --> 20 20 </header><!-- .site-header --> 21 21